summaryrefslogtreecommitdiff
path: root/lib/Target/X86/X86TargetAsmInfo.cpp
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-07-04 09:55:48 +0000
committerDuncan Sands <baldrick@free.fr>2008-07-04 09:55:48 +0000
commitececf99c07febbcaeec73822519f0d36d3ee50c4 (patch)
tree6b593e3f52aa0061a766c3770254122418e0002d /lib/Target/X86/X86TargetAsmInfo.cpp
parentc04f46567c3ebf64257d8f03e29d80a69606a6bc (diff)
downloadllvm-ececf99c07febbcaeec73822519f0d36d3ee50c4.tar.gz
llvm-ececf99c07febbcaeec73822519f0d36d3ee50c4.tar.bz2
llvm-ececf99c07febbcaeec73822519f0d36d3ee50c4.tar.xz
Linux also does not require exception handling
moves in order to get correct debug info. Since I can't imagine how any target could possibly be any different, I've just stripped out the option: now all the world's like Darwin! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53134 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/X86/X86TargetAsmInfo.cpp')
-rw-r--r--lib/Target/X86/X86TargetAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp
index d0b3b818f1..887c13dcc7 100644
--- a/lib/Target/X86/X86TargetAsmInfo.cpp
+++ b/lib/Target/X86/X86TargetAsmInfo.cpp
@@ -124,7 +124,6 @@ X86TargetAsmInfo::X86TargetAsmInfo(const X86TargetMachine &TM) {
DwarfEHFrameSection =
".section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support";
DwarfExceptionSection = ".section __DATA,__gcc_except_tab";
- DebugInfoRequireFrameMoveInfo = false;
break;
case X86Subtarget::isELF: