diff options
| author | Dan Gohman <gohman@apple.com> | 2009-04-11 15:57:04 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2009-04-11 15:57:04 +0000 |
| commit | c6fa3ff0bddca92e443ef9ff454d2a74cac867bd (patch) | |
| tree | 54d7d4a5e71d87b13ed1ea8fcaccb415b31a2169 /lib/Target/TargetAsmInfo.cpp | |
| parent | 2057532679fc1045cfeb38b477ac9e749e6b1dd8 (diff) | |
Revert r68847. It breaks the build on non-Darwin targets, with this message
from the assembler:
Error: unknown pseudo-op: `.debug_inlined'
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68863 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetAsmInfo.cpp')
| -rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/TargetAsmInfo.cpp b/lib/Target/TargetAsmInfo.cpp index 55833dee3b..4d9ec334ac 100644 --- a/lib/Target/TargetAsmInfo.cpp +++ b/lib/Target/TargetAsmInfo.cpp @@ -112,7 +112,6 @@ void TargetAsmInfo::fillDefaultValues() { DwarfFrameSection = ".debug_frame"; DwarfPubNamesSection = ".debug_pubnames"; DwarfPubTypesSection = ".debug_pubtypes"; - DwarfDebugInlineSection = ".debug_inlined"; DwarfStrSection = ".debug_str"; DwarfLocSection = ".debug_loc"; DwarfARangesSection = ".debug_aranges"; |
