Click or drag to resize
Llvm.NET LogoNativeModuleAddVersionIdentMetadata Method

[This is preliminary documentation and is subject to change.]

Adds an llvm.ident metadata string to the module

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public void AddVersionIdentMetadata(
	string version
)

Parameters

version
Type: SystemString
version information to place in the llvm.ident metadata
See Also