search for: run_lib

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

2009 Jul 17
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
.../dev/null Error opening './Release/lib/Hello.so': ./Release/lib/Hello.so: undefined symbol: _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_i -load request ignored. opt: Unknown command line argument '-hello'. Try: 'opt --help' make: *** [run_lib] Error 1 I think I might have missed a LLVM lib file, but can't figure out which. I double checked the Makefile, it does have the libLLVMCore.a, libLLVMSystem.a and libLLVMSupport.a specified. Could people suggest? All are based on the LLVM 2.5 release, running on Debian4-i386. Thank you...
2009 Jul 19
0
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
...'./Release/lib/Hello.so': ./Release/lib/Hello.so: > undefined symbol: > _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_i >   -load request ignored. >   opt: Unknown command line argument '-hello'.  Try: 'opt --help' >   make: *** [run_lib] Error 1 > > I think I might have missed a LLVM lib file, but can't figure out which. > > I double checked the Makefile, it does have the libLLVMCore.a, > libLLVMSystem.a and libLLVMSupport.a specified. > > Could people suggest? > > All are based on the LLVM  2.5 rele...
2009 Jul 19
2
[LLVMdev] LLVM Hello Pass load error when using opt -load Hello.so
.../Hello.so': ./Release/lib/Hello.so: >> undefined symbol: >> _ZSt16__ostream_insertIcSt11char_traitsIcEERSt13basic_ostreamIT_T0_ES6_PKS3_i >> -load request ignored. >> opt: Unknown command line argument '-hello'. Try: 'opt --help' >> make: *** [run_lib] Error 1 >> >> I think I might have missed a LLVM lib file, but can't figure out which. >> >> I double checked the Makefile, it does have the libLLVMCore.a, >> libLLVMSystem.a and libLLVMSupport.a specified. >> >> Could people suggest? >> >>...