diff options
author | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:31:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-06-18 23:31:37 +0000 |
commit | ecbf73b8ff55100f416aabbb19000b7e5f647b5a (patch) | |
tree | 03f8a615f41b68610ad7f0fdb223205f3bf7c1ea /lib/Target/XCore/XCoreTargetAsmInfo.cpp | |
parent | 9ecae170da642c925fd00f795c9808f2b59640fd (diff) | |
download | external_llvm-ecbf73b8ff55100f416aabbb19000b7e5f647b5a.zip external_llvm-ecbf73b8ff55100f416aabbb19000b7e5f647b5a.tar.gz external_llvm-ecbf73b8ff55100f416aabbb19000b7e5f647b5a.tar.bz2 |
simplify macro debug info directive handling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73736 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/XCore/XCoreTargetAsmInfo.cpp')
-rw-r--r-- | lib/Target/XCore/XCoreTargetAsmInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/XCore/XCoreTargetAsmInfo.cpp b/lib/Target/XCore/XCoreTargetAsmInfo.cpp index 5513762..fe985d2 100644 --- a/lib/Target/XCore/XCoreTargetAsmInfo.cpp +++ b/lib/Target/XCore/XCoreTargetAsmInfo.cpp @@ -64,7 +64,7 @@ XCoreTargetAsmInfo::XCoreTargetAsmInfo(const XCoreTargetMachine &TM) DwarfLocSection = "\t.section\t.debug_loc,\"\",@progbits"; DwarfARangesSection = "\t.section\t.debug_aranges,\"\",@progbits"; DwarfRangesSection = "\t.section\t.debug_ranges,\"\",@progbits"; - DwarfMacInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits"; + DwarfMacroInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits"; } const Section* |