[LLVMdev] Linking with C Library
Nyx
mcheva at cs.mcgill.ca
Tue Apr 6 06:55:17 PDT 2010
>> If that fixed your problem then you aren't using the JIT.
--enable-libffi only affects the (very slow and unmaintained) interpreter.
You may want to focus on why you're failing to correctly initialize the
JIT. Are you calling InitializeNativeTarget()?
Ah! I was using ExecutionEngine.create, instead of
ExecutionEngine.create_jit
- Maxime
--
View this message in context: http://old.nabble.com/Linking-with-C-Library-tp28133460p28152139.html
Sent from the LLVM - Dev mailing list archive at Nabble.com.
More information about the llvm-dev
mailing list