[LLVMdev] Analysis Pass

Rotem Varon varonrotem at gmail.com
Fri Jun 5 09:50:59 PDT 2009


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>


More information about the llvm-dev mailing list