search for: llvmwritebitcodetofilehandl

Displaying 3 results from an estimated 3 matches for "llvmwritebitcodetofilehandl".

2010 Nov 09
0
[LLVMdev] linking error in LLVM C bindings.
...n 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> > 59b5e8: 75 07...
2008 Jun 11
0
[LLVMdev] LLVM on OpenBSD
...is resolved with your gcc? http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080609/063564.html If not, I'll just write a configure test for this as the related FIXME suggests. > llvm[3]: Compiling Deserialize.cpp for Release build > BitWriter.cpp: In function `int > LLVMWriteBitcodeToFileHandle(LLVMOpaqueModule*, > int)': > BitWriter.cpp:40: error: no matching function for call to ` > __gnu_cxx::stdio_filebuf<char, std::char_traits<char> > >::stdio_filebuf(int&, > std::_Ios_Openmode)' > /usr/include/g++/ext/stdio_filebuf.h:53: error: cand...
2008 Jun 10
6
[LLVMdev] LLVM on OpenBSD
.../include/llvm-c/Core.h:40, from /home/edd/llvm/llvm-2.3/include/llvm-c/BitWriter.h:22, from BitWriter.cpp:10: /home/edd/llvm/llvm-2.3/include/llvm/ParameterAttributes.h:71: warning: `inline ' is not at beginning of declaration BitWriter.cpp: In function `int LLVMWriteBitcodeToFileHandle(LLVMOpaqueModule*, int)': BitWriter.cpp:40: error: no matching function for call to ` __gnu_cxx::stdio_filebuf<char, std::char_traits<char> >::stdio_filebuf(int&, std::_Ios_Openmode)' /usr/include/g++/ext/stdio_filebuf.h:53: error: candidates are: __gnu_cxx::std...