aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2009-07-13 20:27:41 +0000
committerBill Wendling <isanbard@gmail.com>2009-07-13 20:27:41 +0000
commit4e39d3e1148a9986d5b132247e701b1f3d753623 (patch)
tree4d10329210580a8b7f1e8c6b438fff5b99029bf4
parent634861206ef715b330251026657b4261326007d9 (diff)
downloadexternal_llvm-4e39d3e1148a9986d5b132247e701b1f3d753623.zip
external_llvm-4e39d3e1148a9986d5b132247e701b1f3d753623.tar.gz
external_llvm-4e39d3e1148a9986d5b132247e701b1f3d753623.tar.bz2
Reverted r75484. It was causing a failure with Apple-style builds.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75491 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp8
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index 70dafae..5a60bce 100644
--- a/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -93,13 +93,7 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM):
AbsoluteEHSectionOffsets = false;
DwarfEHFrameSection =
".section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support";
-
- // Leopard and earlier put exception tables in __DATA. Greater than Leopard
- // put them in __TEXT.
- if (Subtarget->getDarwinVers() > 9)
- DwarfExceptionSection = ".section __TEXT,__gcc_except_tab";
- else
- DwarfExceptionSection = ".section __DATA,__gcc_except_tab";
+ DwarfExceptionSection = ".section __DATA,__gcc_except_tab";
}
unsigned