search for: reldepinfo

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

2012 Jan 30
0
[LLVMdev] initializeNAMEPass(llvm::PassRegistry&) should have been declared inside 'llvm'
...orcePassLinking': /x/grwright/llvm/llvm-2.9/include/llvm/LinkAllPasses.h:152: undefined reference to `llvm::createRelRecoveryPass()' So how do I fix that? Where do I need to be defining this? In addition, when I try to just compile the source files for my pass, I get: llvm[0]: Compiling RelDepInfo.cpp for Debug+Asserts build (PIC) In file included from /x/grwright/llvm/llvm-sfi/RelRecovery/include/RelRecovery.h:20, from RelDepInfo.cpp:1: /x/grwright/llvm/llvm-2.9/include/llvm/LinkAllPasses.h: In constructor ‘<unnamed>::ForcePassLinking::ForcePassLinking()’: /x/grwright...