Click or drag to resize
Llvm.NET LogoNativeModuleVerify Method

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

Verifies a bit-code module

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public bool Verify(
	out string errmsg
)

Parameters

errmsg
Type: SystemString
Error messages describing any issues found in the bit-code

Return Value

Type: Boolean
true if the verification succeeded and false if not.
See Also