1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

We do support EH on x86-64!

llvm-svn: 55900
This commit is contained in:
Anton Korobeynikov 2008-09-08 14:22:16 +00:00
parent 8528e4dc99
commit abd2198853

View File

@ -261,8 +261,7 @@ X86ELFTargetAsmInfo::X86ELFTargetAsmInfo(const X86TargetMachine &TM):
DwarfMacInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits";
// Exceptions handling
if (!is64Bit)
SupportsExceptionHandling = true;
SupportsExceptionHandling = true;
AbsoluteEHSectionOffsets = false;
DwarfEHFrameSection = "\t.section\t.eh_frame,\"aw\",@progbits";
DwarfExceptionSection = "\t.section\t.gcc_except_table,\"a\",@progbits";