On Dec 19, 2007, at 5:16 PM, Chris Lattner wrote: > Ok. My concern is that I want the nightly tester testing the most > useful thing possible, ideally what users will get when they use > "llvm-gcc foo.cpp; ./a.out". There are a couple of EH-using tests > in the llvm-test suite, I'd like for them to "start passing" :) > >> The EH will work (modulo bugs) if you pass -enable-eh; however, >> the top-level Makefile currently sets -enable-correct-eh-support. > > What is the difference these days? Should the top-level makefile be > changed?
If you build llvm-gcc using build_gcc script then it'll match what end users will use. - Devang _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits