Disable EH generation until PPC works 100%.

llvm-svn: 41360
This commit is contained in:
Chris Lattner 2007-08-24 16:00:15 +00:00
parent 51883acec1
commit a124f69c52
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ DarwinTargetAsmInfo::DarwinTargetAsmInfo(const PPCTargetMachine &TM)
UsedDirective = "\t.no_dead_strip\t";
WeakRefDirective = "\t.weak_reference\t";
HiddenDirective = "\t.private_extern\t";
SupportsExceptionHandling = true;
SupportsExceptionHandling = false;
DwarfAbbrevSection = ".section __DWARF,__debug_abbrev,regular,debug";
DwarfInfoSection = ".section __DWARF,__debug_info,regular,debug";