mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-07 12:28:24 +00:00
We do support EH on x86-64!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55900 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -261,8 +261,7 @@ X86ELFTargetAsmInfo::X86ELFTargetAsmInfo(const X86TargetMachine &TM):
|
|||||||
DwarfMacInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits";
|
DwarfMacInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits";
|
||||||
|
|
||||||
// Exceptions handling
|
// Exceptions handling
|
||||||
if (!is64Bit)
|
SupportsExceptionHandling = true;
|
||||||
SupportsExceptionHandling = true;
|
|
||||||
AbsoluteEHSectionOffsets = false;
|
AbsoluteEHSectionOffsets = false;
|
||||||
DwarfEHFrameSection = "\t.section\t.eh_frame,\"aw\",@progbits";
|
DwarfEHFrameSection = "\t.section\t.eh_frame,\"aw\",@progbits";
|
||||||
DwarfExceptionSection = "\t.section\t.gcc_except_table,\"a\",@progbits";
|
DwarfExceptionSection = "\t.section\t.gcc_except_table,\"a\",@progbits";
|
||||||
|
Reference in New Issue
Block a user