projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
302affb
)
We do support EH on x86-64!
author
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 8 Sep 2008 14:22:16 +0000
(14:22 +0000)
committer
Anton Korobeynikov
<asl@math.spbu.ru>
Mon, 8 Sep 2008 14:22:16 +0000
(14:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55900
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86TargetAsmInfo.cpp
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86TargetAsmInfo.cpp
b/lib/Target/X86/X86TargetAsmInfo.cpp
index 178aec0d57bdb45eadba121934465265e7ce4f8b..1ecf6a9918770c647519ba744e1c6324015f1fcb 100644
(file)
--- 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";