remove the TargetLoweringObjectFileMachO::getMachoSection
authorChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 20:40:11 +0000 (20:40 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 Apr 2010 20:40:11 +0000 (20:40 +0000)
commit22772214de79aa1c5ca38c4fb1da137d8fb30a05
treec34a68b9f15d76d8830fa5242a99afe3a55f5de6
parentf0559e4b242e85d4b9d1dd08758814c599bdce13
remove the TargetLoweringObjectFileMachO::getMachoSection
api and update clients to use MCContext instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@100808 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetLoweringObjectFileImpl.h
include/llvm/MC/MCContext.h
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp
lib/Target/PowerPC/AsmPrinter/PPCAsmPrinter.cpp
lib/Target/X86/AsmPrinter/X86AsmPrinter.cpp