diff options
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/X86/X86TargetAsmInfo.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 70dafae8df..5a60bce43d 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 |