Table of Contents

Method WriteToFile

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

WriteToFile(string)

Writes a bit-code module to a file

void WriteToFile(string path)

Parameters

path string

Path to write the bit-code into

Remarks

This is a blind write. (e.g. no verification is performed) So if an invalid module is saved it might not work with any later stage processing tools.