[llvm-commits] [llvm] r80592 - in /llvm/trunk: include/llvm/Target/TargetLowering.h lib/CodeGen/AsmPrinter/DwarfException.cpp lib/Target/PowerPC/PPCISelLowering.cpp lib/Target/PowerPC/PPCISelLowering.h lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86ISelLowering.h

Bill Wendling wendling at apple.com
Mon Aug 31 10:52:14 PDT 2009


On Aug 31, 2009, at 9:55 AM, Duncan Sands wrote:

>>> Revert commit 80428.  It completely broke exception
>>> handling on x86-32 linux.
>>
>> For poor Bill's knowledge, what happened?
>
> It looks like exceptions were not being caught anymore.
> Basically every test in the Ada testsuite failed due
> to uncaught exceptions.
>
Hi Duncan,

Could you send .s files before and after the patch for one of the  
tests that fails? Please use -dA to generate the .s.

-bw




More information about the llvm-commits mailing list