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 /include | |
| 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 'include')
| -rw-r--r-- | include/llvm/Target/TargetAsmInfo.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/llvm/Target/TargetAsmInfo.h b/include/llvm/Target/TargetAsmInfo.h index aada8ff937..bf4fd10338 100644 --- a/include/llvm/Target/TargetAsmInfo.h +++ b/include/llvm/Target/TargetAsmInfo.h @@ -413,11 +413,6 @@ namespace llvm { /// const char *DwarfExceptionSection; // Defaults to ".gcc_except_table". - /// DebugInfoRequireFrameMoveInfo - Does debugging info require frame move - /// info. - /// - bool DebugInfoRequireFrameMoveInfo; // Defaults to "true" - //===--- CBE Asm Translation Table -----------------------------------===// const char *const *AsmTransCBE; // Defaults to empty @@ -703,9 +698,6 @@ namespace llvm { const char *getDwarfExceptionSection() const { return DwarfExceptionSection; } - bool doesDebugInfoRequireFrameMoveInfo() const { - return DebugInfoRequireFrameMoveInfo; - } const char *const *getAsmCBE() const { return AsmTransCBE; } |
