john hull
2008-Mar-05 23:07 UTC
[LLVMdev] getAnalysis*() called on an analysis that was not " "'required' by pass!
Thanks. Calling getAnalysis with a Function* argument and removing const from iterator solved the problem. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080305/faff1821/attachment.html>
Seemingly Similar Threads
- [LLVMdev] getAnalysis*() called on an analysis that was not " "'required' by pass!
- [LLVMdev] Assertion `ResultPass && "getAnalysis*() called on an analysis that was not " "'required' by pass!"' failed.
- [LLVMdev] Adding an object to llc (analysis pass)
- [LLVMdev] Error when using getAnalysis
- [LLVMdev] getAnalysis<LoopInfo> from ModulePass