refactor section construction in TLOF to be through an explicit
authorChris Lattner <sabre@nondot.org>
Fri, 31 Jul 2009 17:42:42 +0000 (17:42 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 31 Jul 2009 17:42:42 +0000 (17:42 +0000)
commitf26e03bc7e30162197641406e37e662a15d80f7e
tree2c109dc8f8764abb040f71fe14215b9116d11922
parent5defacc6e605f4651c6300237cef8e9bb2eb6d0e
refactor section construction in TLOF to be through an explicit
initialize method, which can be called when an MCContext is available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77687 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Target/TargetLoweringObjectFile.h
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
lib/CodeGen/ELFWriter.cpp
lib/CodeGen/ELFWriter.h
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/TargetLoweringObjectFile.cpp
lib/Target/X86/X86ISelLowering.cpp