aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-08-24 16:00:15 +0000
committerChris Lattner <sabre@nondot.org>2007-08-24 16:00:15 +0000
commit9d8f7533d7b145cdc039d60a3e5d38341ef32911 (patch)
tree500a7022e8e2605a57912042d446f28f57cbf2b1 /lib/Target/PowerPC/PPCTargetAsmInfo.cpp
parent952b5d19f0b1cbd752e3d6b854947f5205b6b313 (diff)
downloadexternal_llvm-9d8f7533d7b145cdc039d60a3e5d38341ef32911.zip
external_llvm-9d8f7533d7b145cdc039d60a3e5d38341ef32911.tar.gz
external_llvm-9d8f7533d7b145cdc039d60a3e5d38341ef32911.tar.bz2
Disable EH generation until PPC works 100%.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@41360 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r--lib/Target/PowerPC/PPCTargetAsmInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
index 458c055..20a0128 100644
--- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
+++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp
@@ -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";