Displaying 1 result from an estimated 1 matches for "llvmlinkmodule2".
Did you mean:
llvmlinkmodules
2016 Jun 04
2
LLVMLinkModules2() C-API question
Hey all,
A quick question about the LLVM C-Api and using LinkModules. In a normal
situation where I have 2 LLVM modules and 1 depends on the other using
LLVMLinkModules2() works perfectly.
LLVMLinkModules2() "Links the source module into the destination module.
The source module is destroyed." according to the comment of the function.
That is all fine when you only have 2 modules.
But