Displaying 1 result from an estimated 1 matches for "59b6fb".
Did you mean:
59b6
2010 Nov 09
0
[LLVMdev] linking error in LLVM C bindings.
...e8 01 0f ff ff call 58c504
> <LLVMWriteBitcodeToFile at plt>
> 59b610: 74 21 je 59b633
> <Java_jllvm_llvm_BitWriterJNI_LLVMWriteBitcodeToFile+0xbc>
> 0059b6b4 <Java_jllvm_llvm_BitWriterJNI_LLVMWriteBitcodeToFileHandle>:
> 59b6fb: e8 54 16 fc ff call 55cd54
> <LLVMWriteBitcodeToFileHandle at plt>
Attempting to actually use the library, however, results in:
> java: symbol lookup error: /usr/lib/libjllvm.so: undefined symbol:
> LLVMWriteBitcodeToFile
I am not at all sure what @plt is, nor why l...