I’m doing some stuff with MCJIT, and I’m trying to figure out if the following is possible.
I have a function “foo” which was compiled in a different LLVM context. How can I make
the symbol visible (and linkable) within another LLVMcontext?
Toshi
I’m doing some stuff with MCJIT, and I’m trying to figure out if the following is possible.
I have a function “foo” which was compiled in a different LLVM context. How can I make
the symbol visible (and linkable) within another LLVMcontext?
Toshi