move dwarf debug info section selection stuff from TAI to
authorChris Lattner <sabre@nondot.org>
Sun, 2 Aug 2009 07:24:22 +0000 (07:24 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 2 Aug 2009 07:24:22 +0000 (07:24 +0000)
commit18a4c16726db2b8874c7b84d04650dda80746074
tree8553ba80f8e70ee3c23c815674e9625a280dc8ea
parent35039ac24163e99cfab161620a9fb41f944a63d5
move dwarf debug info section selection stuff from TAI to
TLOF, unifying all the dwarf targets at the same time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77889 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/DwarfDebug.cpp
lib/Target/ARM/ARMTargetAsmInfo.cpp
lib/Target/COFFTargetAsmInfo.cpp
lib/Target/CellSPU/SPUTargetAsmInfo.cpp
lib/Target/DarwinTargetAsmInfo.cpp
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
lib/Target/TargetAsmInfo.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/X86/X86TargetAsmInfo.cpp
lib/Target/XCore/XCoreTargetAsmInfo.cpp