Disable EH generation until PPC works 100%.
authorChris Lattner <sabre@nondot.org>
Fri, 24 Aug 2007 16:00:15 +0000 (16:00 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 24 Aug 2007 16:00:15 +0000 (16:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41360 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/PowerPC/PPCTargetAsmInfo.cpp

index 458c0551af75e56f7b234d182fcd608e685366ab..20a0128a4aaa37da554917ebe3587de5a6569a8f 100644 (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";