sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations.
authorChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 00:37:15 +0000 (00:37 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 13 Aug 2009 00:37:15 +0000 (00:37 +0000)
commit38cff389af1d78bd80df0479ef258493e0c5897e
tree7bbbecb058efb77eaf4ab59aac1f6c8a8e168e72
parentf991ecf7231436437f6de1a22e93d0a1b380e078
sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF implementations.

MCContext no longer maintains a string -> section map.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78874 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/MCContext.h
include/llvm/MC/MCSection.h
include/llvm/Target/TargetLoweringObjectFile.h
lib/MC/MCContext.cpp
lib/MC/MCSection.cpp
lib/Target/TargetLoweringObjectFile.cpp