move macho section uniquing from MCParser and TLOF to MCContext where
authorChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 20:30:37 +0000 (20:30 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 20:30:37 +0000 (20:30 +0000)
commitf0559e4b242e85d4b9d1dd08758814c599bdce13
tree34a32e10829a20b60ac0167daabec94e2bb351d5
parenta57fabe815ccf016eead526eb3ef475f116ab155
move macho section uniquing from MCParser and TLOF to MCContext where
the compiler and asmparser now unique to the same sections.  This fixes
rdar://7835021.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100807 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/MC/MCContext.h
include/llvm/MC/MCParser/AsmParser.h
include/llvm/MC/MCSectionMachO.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/MC/MCContext.cpp
lib/MC/MCParser/AsmParser.cpp