Displaying 1 result from an estimated 1 matches for "7d5c3e95".
2013 Oct 29
1
[LLVMdev] undefined symbol: _ZTIN4llvm10ModulePassE
I have a MdoulePass which compiles and runs fine with LLVM3.1. Then I
wanted to upgrade to LLVM3.3, it compiles and links fine, but when you run
it by "opt -load /path/to/.so", it shows this message:
undefined symbol: _ZTIN4llvm10ModulePassE
which means undefined symbol: llvm::ModulePass after demangling.
Googled for a while and still no clue.
Anybody have an idea?
Thanks,
Welson