diff options
| author | Bill Wendling <isanbard@gmail.com> | 2009-07-13 20:27:41 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2009-07-13 20:27:41 +0000 |
| commit | e3ac197457a173120415e6f463168de2aa66d76e (patch) | |
| tree | e2d139ee8a9803dc253fecc557cfa79896b3c6aa /llvm/lib/Target/X86/X86TargetAsmInfo.cpp | |
| parent | de54478bf0e1950440f4b6bc544e2d6272be2880 (diff) | |
| download | bcm5719-llvm-e3ac197457a173120415e6f463168de2aa66d76e.tar.gz bcm5719-llvm-e3ac197457a173120415e6f463168de2aa66d76e.zip | |
Reverted r75484. It was causing a failure with Apple-style builds.
llvm-svn: 75491
Diffstat (limited to 'llvm/lib/Target/X86/X86TargetAsmInfo.cpp')
| -rw-r--r-- | llvm/lib/Target/X86/X86TargetAsmInfo.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp b/llvm/lib/Target/X86/X86TargetAsmInfo.cpp index 70dafae8df5..5a60bce43dc 100644 --- a/llvm/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/llvm/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 |

