search for: _zn4llvm10modulepassc2epkv

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

2009 Aug 06
3
[LLVMdev] Problems building on Msys/MingW
...vm/tools/opt/AnalysisWrappers.cpp:(.text$_ZN4llvm8PassInfoC2EPKcS2_iPFPNS_4PassEvEbb[llvm::PassInfo::PassInfo(char const*, char const*, int, llvm::Pass* (*)(), bool, bool)]+0xea): undefined reference to `llvm::PassInfo::registerPass()' C:/msys/1.0/home/llvm/tools/opt/AnalysisWrappers.cpp:(.text$_ZN4llvm10ModulePassC2EPKv[llvm::ModulePass::ModulePass(void const*)]+0x1d): undefined reference to `vtable for llvm::ModulePass' ... and lots more Running make in the clang top level had link errors too, undoubtedly because the llvm build failed: make[1]: Entering directory `/home/llvm/tools/clang/tools' The syst...