Does anyone have a patch or fix for the failure: *assertion "Pass::getClassPassInfo<PassClass>() && "Pass class not registered!"" failed: file "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76 * -Ash -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060601/ae92a916/attachment.html>
On Thu, 1 Jun 2006, Ashwin Chandra wrote:> Does anyone have a patch or fix for the failure: > *assertion "Pass::getClassPassInfo<PassClass>() && "Pass class not > registered!"" failed: file > "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76I don't see that failure. We'll need more info to reproduce the issue. -Chris -- http://nondot.org/sabre/ http://llvm.org/
Hi Chris, I am using the latest source from CVS. Try compiling a C++ file using llvm-g++ and then use llc -march=c on the bytecode. I remember another developer (Anton) exerpeinced the same problem. Has this been fixed recently? Ashwin On 6/2/06, Chris Lattner <sabre at nondot.org> wrote:> > On Thu, 1 Jun 2006, Ashwin Chandra wrote: > > Does anyone have a patch or fix for the failure: > > *assertion "Pass::getClassPassInfo<PassClass>() && "Pass class not > > registered!"" failed: file > > "/cygdrive/c/llvm/llvm/include/llvm/PassAnalysisSupport.h", line 76 > > I don't see that failure. We'll need more info to reproduce the issue. > > -Chris > > -- > http://nondot.org/sabre/ > http://llvm.org/ > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060602/6b185d81/attachment.html>
Reasonably Related Threads
- [LLVMdev] Status on llvm-g++ -> llc -> C backend
- [LLVMdev] Error with llc after using llvm-g++ WIN32
- [LLVMdev] Error with llc after using llvm-g++ WIN32
- [LLVMdev] Error with llc after using llvm-g++ WIN32
- [LLVMdev] Error with llc after using llvm-g++ WIN32