Method Link
Link(BitcodeModule)
Link another module into this one
Declaration
public void Link(BitcodeModule otherModule)
Parameters
public void Link(BitcodeModule otherModule)
BitcodeModule | otherModule | module to link into this one |
Remarks
warning
otherModule
is destroyed by this process and no longer usable
when this method returns.