Table of Contents

Method Link

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

Link another module into this one

public void Link(Module srcModule)

Parameters

srcModule Module

module to link into this one

warning

srcModule is destroyed by this process and no longer usable when this method returns.