Click or drag to resize
Llvm.NET LogoTargetMachineEmitToFile Method

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

Generate code for the target machine from a module

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public void EmitToFile(
	NativeModule module,
	string path,
	CodeGenFileType fileType
)

Parameters

module
Type: Llvm.NETNativeModule
NativeModule to generate the code from
path
Type: SystemString
Path to the output file
fileType
Type: Llvm.NETCodeGenFileType
Type of file to emit
See Also