OSDN Git Service

move elf section uniquing to MCContext. Along the way
authorChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 21:26:26 +0000 (21:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 21:26:26 +0000 (21:26 +0000)
commit74aae4726a66733c5872588287535a984f9a94c7
tree881707df3911fb308e40f805a973d89773ec36d3
parent2d16a67b9466102ae479f0027cedc1a20dd493d1
move elf section uniquing to MCContext.  Along the way
merge XCore's section into MCSectionELF

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100812 91177308-0d34-0410-b5e6-96231b3b80d8
18 files changed:
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/MC/MCAsmInfo.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCSectionELF.h
include/llvm/MC/MCSectionMachO.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/MC/MCContext.cpp
lib/MC/MCSectionELF.cpp
lib/MC/MCSectionMachO.cpp
lib/Target/SystemZ/SystemZMCAsmInfo.cpp
lib/Target/SystemZ/SystemZMCAsmInfo.h
lib/Target/X86/X86MCAsmInfo.cpp
lib/Target/X86/X86MCAsmInfo.h
lib/Target/XCore/CMakeLists.txt
lib/Target/XCore/MCSectionXCore.cpp [deleted file]
lib/Target/XCore/MCSectionXCore.h [deleted file]
lib/Target/XCore/XCoreTargetObjectFile.cpp