aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetAsmInfo.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/TargetAsmInfo.cpp
parentc04f46567c3ebf64257d8f03e29d80a69606a6bc (diff)
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/TargetAsmInfo.cpp')
-rw-r--r--lib/Target/TargetAsmInfo.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp
index 8caff91e60..2adad3d7ba 100644
--- a/lib/Target/TargetAsmInfo.cpp
+++ b/lib/Target/TargetAsmInfo.cpp
@@ -111,7 +111,6 @@ TargetAsmInfo::TargetAsmInfo() :
DwarfMacInfoSection(".debug_macinfo"),
DwarfEHFrameSection(".eh_frame"),
DwarfExceptionSection(".gcc_except_table"),
- DebugInfoRequireFrameMoveInfo(true),
AsmTransCBE(0) {
}