Hi! I decided to build LLVM with ENABLE_OPTIMIZED = 1 to test performance of one of its parts but llc fails with Segmentation fault error on simple applications (any taken from llvm-test, for example). As input I use files produced by llvm-gcc with -emit-llvm flag. llvm-gcc was built in debug mode. Both llvm and front-end were taken from CVS/SVN a bit before the 1.9release. What could cause the problem? Thanks. Tony. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20061207/5d160630/attachment.html>
On Thu, 2006-12-07 at 06:36 +0300, Anton Vayvod wrote:> Hi! > > I decided to build LLVM with ENABLE_OPTIMIZED = 1 to test performance > of one of its parts but llc fails with Segmentation fault error on > simple applications (any taken from llvm-test, for example). As input > I use files produced by llvm-gcc with -emit-llvm flag. llvm-gcc was > built in debug mode. Both llvm and front-end were taken from CVS/SVN a > bit before the 1.9 release.Not sure if its related, but it sounds similar: http://llvm.org/bugs/PR1037. Reid.> > What could cause the problem? > > Thanks. > > Tony. > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
Maybe Matching Threads
- [LLVMdev] make builds Release configuration by default
- [LLVMdev] Adding register allocator to LLVM
- [LLVMdev] Adding register allocator to LLVM
- [LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file
- [LLVMdev] VMkit AOT build problem: llc crushed on glibj compilation to native(.s) file