untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a
authorChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 19:23:28 +0000 (19:23 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 26 Jul 2009 19:23:28 +0000 (19:23 +0000)
commit0fcf4dc6d367216ff51501af282e33e93da8586f
tree37e6bf1e5da0f89ae50c33fa16f8ac0f1ca0d2da
parent30b2bdfa734d59bb7bc769dc2f06e4900a77f6f8
untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a
'unnamed' bss section, but some impls would want a named one.  Since
they don't have consistent behavior, just make each target do their
own thing, instead of doing something "sortof common" then having
targets change immutable objects later.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77165 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/llvm/Target/ELFTargetAsmInfo.h
include/llvm/Target/TargetAsmInfo.h
lib/Target/ARM/ARMTargetAsmInfo.cpp
lib/Target/CellSPU/SPUTargetAsmInfo.cpp
lib/Target/ELFTargetAsmInfo.cpp
lib/Target/MSP430/MSP430TargetAsmInfo.cpp
lib/Target/MSP430/MSP430TargetAsmInfo.h
lib/Target/Mips/MipsTargetAsmInfo.cpp
lib/Target/Mips/MipsTargetAsmInfo.h
lib/Target/PowerPC/PPCTargetAsmInfo.cpp
lib/Target/Sparc/SparcTargetAsmInfo.cpp
lib/Target/Sparc/SparcTargetAsmInfo.h
lib/Target/SystemZ/SystemZTargetAsmInfo.cpp
lib/Target/SystemZ/SystemZTargetAsmInfo.h
lib/Target/TargetAsmInfo.cpp
lib/Target/X86/X86TargetAsmInfo.cpp