Displaying 1 result from an estimated 1 matches for "55cd54".
Did you mean:
55cd
2010 Nov 09
0
[LLVMdev] linking error in LLVM C bindings.
...built, I run into an unresolved symbol
error with respect to the function LLVMWriteBitcodeToFile().
The assembly dump showing that my library does have that function follows:
> eli at eli-netbook:~/Programs/decac$ objdump -d
> src/jllvm/llvm/libjllvm.so | grep LLVMWriteBitcodeToFile
> 0055cd54 <LLVMWriteBitcodeToFileHandle at plt>:
> 0058c504 <LLVMWriteBitcodeToFile at plt>:
> 0059b577 <Java_jllvm_llvm_BitWriterJNI_LLVMWriteBitcodeToFile>:
> 59b5bd: 74 32 je 59b5f1
> <Java_jllvm_llvm_BitWriterJNI_LLVMWriteBitcodeToFile+0x7a>...