Add MCObjectFileInfo and sink the MCSections initialization code from
authorEvan Cheng <evan.cheng@apple.com>
Wed, 20 Jul 2011 05:58:47 +0000 (05:58 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 20 Jul 2011 05:58:47 +0000 (05:58 +0000)
commite76a33b9567d78a5744dc52fcec3a6056d6fb576
treed596c974752c25f568db0e97529712c1f00dde1a
parent86c98145b268a0d10e062792f98bc8eea6b639b4
Add MCObjectFileInfo and sink the MCSections initialization code from
TargetLoweringObjectFileImpl down to MCObjectFileInfo.

TargetAsmInfo is done to one last method. It's *almost* gone!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135569 91177308-0d34-0410-b5e6-96231b3b80d8
27 files changed:
include/llvm/CodeGen/MachineModuleInfo.h
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCObjectFileInfo.h [new file with mode: 0644]
include/llvm/Target/TargetAsmInfo.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/ARMException.cpp
lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/LLVMTargetMachine.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/MC/MCAsmStreamer.cpp
lib/MC/MCContext.cpp
lib/MC/MCDisassembler/Disassembler.cpp
lib/MC/MCDisassembler/EDDisassembler.cpp
lib/MC/MCDwarf.cpp
lib/MC/MCObjectFileInfo.cpp [new file with mode: 0644]
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCWin64EH.cpp
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
lib/Target/CBackend/CBackend.cpp
lib/Target/TargetLoweringObjectFile.cpp
test/CodeGen/PowerPC/2009-08-23-linkerprivate.ll
tools/llvm-mc/llvm-mc.cpp
tools/lto/LTOCodeGenerator.cpp
tools/lto/LTOModule.cpp