search for: _zn4llvm13livevariables2ide

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

2009 Jun 05
1
[LLVMdev] Analysis Pass
Hi, I am trying to set a prerequisite pass. void PassName::getAnalysisUsage(AnalysisUsage &AU) const { AU.setPreservesAll(); AU.addRequired<LiveVariables>(); } But when i am running the pass with the opt i get this error: undefined symbol: _ZN4llvm13LiveVariables2IDE If you need more information ... Thank you. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090605/c87b4ca1/attachment.html>