Displaying 1 result from an estimated 1 matches for "f260b27f".
2006 Mar 23
1
[LLVMdev] JIT: LibDeps.txt does not include all dependencies
If I try to link HowToUseJIT.cpp against the JIT without also linking
the interpreter, I get the following linker error:
ld: Undefined symbols:
__ZN4llvm11Interpreter6createEPNS_6ModuleEPNS_17IntrinsicLoweringE
It's not obvious, from the source, what depends on this symbol, or
why GenLibDep.pl didn't detect this dependency. Linking against the
interpreter fixes this.
Cheers,
Eric