[llvm-commits] [llvm] r45221 - /llvm/trunk/lib/Target/PowerPC/PPCTargetAsmInfo.cpp

Devang Patel dpatel at apple.com
Wed Dec 19 17:54:04 PST 2007


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






More information about the llvm-commits mailing list