Table of Contents

Method EmitToFile

Namespace
Ubiquity.NET.Llvm
Assembly
Ubiquity.NET.Llvm.dll

EmitToFile(IModule, string, CodeGenFileKind, bool)

Generate code for the target machine from a module

public void EmitToFile(IModule module, string path, CodeGenFileKind fileType, bool skipVerify = false)

Parameters

module IModule

Module to generate the code from

path string

Path to the output file

fileType CodeGenFileKind

Type of file to emit

skipVerify bool

Skips verification [Default: false; verification of module performed]