[LLVMdev] Please help with LLVM C++ integration
Anton Korobeynikov
asl at math.spbu.ru
Tue Aug 19 14:37:06 PDT 2008
Hello,
> Unfortunately this did not help :-(
Maybe you're using interpreter, not JIT? How you're linking?
Also, you don't need C linkage for external stuff, since:
- You're using vcpp and there is no dynamic linking on windows
- You're calling EE->addGlobalMapping() explicitely
--
With best regards, Anton Korobeynikov.
Faculty of Mathematics & Mechanics, Saint Petersburg State University.
More information about the llvm-dev
mailing list