mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-10 02:36:06 +00:00
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
This commit is contained in:
parent
014700c1a8
commit
db425496a6
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user