Displaying 4 results from an estimated 4 matches for "__ztin4llvm13findusedtypese".
2009 Jan 02
2
[LLVMdev] link problem with llvm-pass
...lysis -lLLVMTarget -lLLVMCore -lLLVMSupport -lLLVMSystem -
lpthread -lm
Undefined symbols:
"llvm::FindUsedTypes::ID", referenced from:
__ZN4llvm13FindUsedTypes2IDE$non_lazy_ptr in
libLMABE.a(LMAWriter.o)
"typeinfo for llvm::FindUsedTypes", referenced from:
__ZTIN4llvm13FindUsedTypesE$non_lazy_ptr in
libLMABE.a(LMAWriter.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
make[2]: *** [/Users/me/Work/code/synphony/llvmllila/build/Release//
bin/llx] Error 1
make[1]: *** [all] Error 1
make: *** [all] Error 1
2009 Jan 04
0
[LLVMdev] link problem with llvm-pass
...MSupport -lLLVMSystem -
> lpthread -lm
> Undefined symbols:
> "llvm::FindUsedTypes::ID", referenced from:
> __ZN4llvm13FindUsedTypes2IDE$non_lazy_ptr in
> libLMABE.a(LMAWriter.o)
> "typeinfo for llvm::FindUsedTypes", referenced from:
> __ZTIN4llvm13FindUsedTypesE$non_lazy_ptr in
> libLMABE.a(LMAWriter.o)
> ld: symbol(s) not found
> collect2: ld returned 1 exit status
> make[2]: *** [/Users/me/Work/code/synphony/llvmllila/build/Release//
> bin/llx] Error 1
> make[1]: *** [all] Error 1
> make: *** [all] Error 1
> ___________________...
2008 Jul 23
0
[LLVMdev] loadable backend versus analysis pass
...roject directory, compile a
library form the code, and try to load it into lli I get the following
message:
-------------------------------------------------------
lli -load /path/CBackend.dylib
Error opening '/path/CBackend.dylib': dlopen(/path/CBackend.dylib, 1):
Symbol not found: __ZTIN4llvm13FindUsedTypesE
Referenced from: /path/CBackend.dylib
Expected in: flat namespace
-load request ignored.
-------------------------------------------------------
'FindUsedTypes' is an analysis pass needed by the C backend. I don't
know why there is this linker problem
But not all analysis p...
2009 Jan 04
1
[LLVMdev] link problem with llvm-pass
...-
>> lpthread -lm
>> Undefined symbols:
>> "llvm::FindUsedTypes::ID", referenced from:
>> __ZN4llvm13FindUsedTypes2IDE$non_lazy_ptr in
>> libLMABE.a(LMAWriter.o)
>> "typeinfo for llvm::FindUsedTypes", referenced from:
>> __ZTIN4llvm13FindUsedTypesE$non_lazy_ptr in
>> libLMABE.a(LMAWriter.o)
>> ld: symbol(s) not found
>> collect2: ld returned 1 exit status
>> make[2]: *** [/Users/me/Work/code/synphony/llvmllila/build/Release//
>> bin/llx] Error 1
>> make[1]: *** [all] Error 1
>> make: *** [all] Error 1...