search for: mdoulepass

Displaying 1 result from an estimated 1 matches for "mdoulepass".

Did you mean: amodulepass
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....