diff options
author | Duncan Sands <baldrick@free.fr> | 2008-07-04 09:55:48 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2008-07-04 09:55:48 +0000 |
commit | ececf99c07febbcaeec73822519f0d36d3ee50c4 (patch) | |
tree | 6b593e3f52aa0061a766c3770254122418e0002d /lib/Target/PowerPC/PPCTargetAsmInfo.cpp | |
parent | c04f46567c3ebf64257d8f03e29d80a69606a6bc (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/PowerPC/PPCTargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/PowerPC/PPCTargetAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp index 00e1aabdd1..058de655ef 100644 --- a/lib/Target/PowerPC/PPCTargetAsmInfo.cpp +++ b/lib/Target/PowerPC/PPCTargetAsmInfo.cpp @@ -66,7 +66,6 @@ DarwinTargetAsmInfo::DarwinTargetAsmInfo(const PPCTargetMachine &TM) DwarfEHFrameSection = ".section __TEXT,__eh_frame,coalesced,no_toc+strip_static_syms+live_support"; DwarfExceptionSection = ".section __DATA,__gcc_except_tab"; - DebugInfoRequireFrameMoveInfo = false; GlobalEHDirective = "\t.globl\t"; SupportsWeakOmittedEHFrame = false; |