diff options
author | Chris Lattner <sabre@nondot.org> | 2009-08-02 07:24:22 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-08-02 07:24:22 +0000 |
commit | 1472cf5b3f05f442c40a8b90480038c2e252e330 (patch) | |
tree | 65e4e8ece4561e27998e256ff5793b907639602d /llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp | |
parent | c784feba8e825a0eafc80f00fec8862e643a9e1a (diff) | |
download | bcm5719-llvm-1472cf5b3f05f442c40a8b90480038c2e252e330.tar.gz bcm5719-llvm-1472cf5b3f05f442c40a8b90480038c2e252e330.zip |
move dwarf debug info section selection stuff from TAI to
TLOF, unifying all the dwarf targets at the same time.
llvm-svn: 77889
Diffstat (limited to 'llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp')
-rw-r--r-- | llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp b/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp index a5bc6c2fc6b..eebd6c96ed5 100644 --- a/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp +++ b/llvm/lib/Target/XCore/XCoreTargetAsmInfo.cpp @@ -27,17 +27,5 @@ XCoreTargetAsmInfo::XCoreTargetAsmInfo() { // Debug HasLEB128 = true; AbsoluteDebugSectionOffsets = true; - - DwarfAbbrevSection = "\t.section\t.debug_abbrev,\"\",@progbits"; - DwarfInfoSection = "\t.section\t.debug_info,\"\",@progbits"; - DwarfLineSection = "\t.section\t.debug_line,\"\",@progbits"; - DwarfFrameSection = "\t.section\t.debug_frame,\"\",@progbits"; - DwarfPubNamesSection = "\t.section\t.debug_pubnames,\"\",@progbits"; - DwarfPubTypesSection = "\t.section\t.debug_pubtypes,\"\",@progbits"; - DwarfStrSection = "\t.section\t.debug_str,\"\",@progbits"; - DwarfLocSection = "\t.section\t.debug_loc,\"\",@progbits"; - DwarfARangesSection = "\t.section\t.debug_aranges,\"\",@progbits"; - DwarfRangesSection = "\t.section\t.debug_ranges,\"\",@progbits"; - DwarfMacroInfoSection = "\t.section\t.debug_macinfo,\"\",@progbits"; } |