[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

Duncan Sands baldrick at free.fr
Mon Aug 31 09:55:08 PDT 2009


>> 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.

Ciao,

Duncan.



More information about the llvm-commits mailing list