Table of Contents

Method WriteToTextFile

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

WriteToTextFile(string, out string)

Writes this module as LLVM IR source to a file

bool WriteToTextFile(string path, out string errMsg)

Parameters

path string

File to write the LLVM IR source to

errMsg string

Error messages encountered, if any

Returns

bool

true if successful or false if not