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

Chris Lattner clattner at apple.com
Wed Dec 19 14:21:38 PST 2007


On Dec 19, 2007, at 1:54 PM, Dale Johannesen wrote:

> Author: johannes
> Date: Wed Dec 19 15:54:36 2007
> New Revision: 45221
>
> URL: http://llvm.org/viewvc/llvm-project?rev=45221&view=rev
> Log:
> Enable EH on PPC Darwin.  This basically works; there
> are a couple of issues that show up with the optimizer,
> but I don't think they're really EH problems.
> (llvm-gcc testsuite users note:  By default the testsuite
> uses the unwinding code that's built as part of your local
> llvm-gcc, which does not work.  You need to trick it into
> using the installed system unwinding code to get useful
> results.)

Nice!  What is the magic needed to trick it into doing this?  I'd  
like the nightly testers to do this.  If you tell me the majik, I can  
try to hook it up to happen automatically.

-Chris





More information about the llvm-commits mailing list