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 | |
| 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')
| -rw-r--r-- | lib/Target/TargetAsmInfo.cpp | 1 | ||||
| -rw-r--r-- | lib/Target/X86/X86TargetAsmInfo.cpp | 1 |
2 files changed, 0 insertions, 2 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"; diff --git a/lib/Target/X86/X86TargetAsmInfo.cpp b/lib/Target/X86/X86TargetAsmInfo.cpp index 666756b432..f1d97a3893 100644 --- a/lib/Target/X86/X86TargetAsmInfo.cpp +++ b/lib/Target/X86/X86TargetAsmInfo.cpp @@ -112,7 +112,6 @@ X86DarwinTargetAsmInfo::X86DarwinTargetAsmInfo(const X86TargetMachine &TM): DwarfFrameSection = ".section __DWARF,__debug_frame,regular,debug"; DwarfPubNamesSection = ".section __DWARF,__debug_pubnames,regular,debug"; DwarfPubTypesSection = ".section __DWARF,__debug_pubtypes,regular,debug"; - DwarfDebugInlineSection = ".section __DWARF,__debug_inlined,regular,debug"; DwarfStrSection = ".section __DWARF,__debug_str,regular,debug"; DwarfLocSection = ".section __DWARF,__debug_loc,regular,debug"; DwarfARangesSection = ".section __DWARF,__debug_aranges,regular,debug"; |
