Table of Contents

Constructor TargetMachineBuilder

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

TargetMachineBuilder(TargetMachine)

Initializes a new instance of the TargetMachineBuilder class

public TargetMachineBuilder(TargetMachine template)

Parameters

template TargetMachine

TargetMachine to use as a template

Remarks

Ownership of the template is transferred to native code by this constructor. It is no longer usable (Dispose() is a NOP) after this call.