summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2008-09-08 21:13:08 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2008-09-08 21:13:08 +0000
commitc4da15a5e63f4a4d5b3daa92ebd20d536c3a930a (patch)
tree183a873fdb4ba78d74a09b6892ddc27c90fbc54d /lib/Target/X86/X86TargetAsmInfo.cpp
parentb84c1676f1e324b1ed5bba191f840eff8bdf2f4f (diff)
downloadllvm-c4da15a5e63f4a4d5b3daa92ebd20d536c3a930a.tar.gz
llvm-c4da15a5e63f4a4d5b3daa92ebd20d536c3a930a.tar.bz2
llvm-c4da15a5e63f4a4d5b3daa92ebd20d536c3a930a.tar.xz
Reapply 55900: We do support EH on x86-64!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index 178aec0d57..1ecf6a9918 100644
--- a/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -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";