 | NativeModuleAddVersionIdentMetadata 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
Syntaxpublic void AddVersionIdentMetadata(
string version
)
Parameters
- version
- Type: SystemString
version information to place in the llvm.ident metadata
See Also