MachOObjectFile: Change isSectionText to return true for sections named text, not...
authorBenjamin Kramer <benny.kra@googlemail.com>
Fri, 15 Jul 2011 00:14:46 +0000 (00:14 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Fri, 15 Jul 2011 00:14:46 +0000 (00:14 +0000)
commit82ba5b7c40add3d8d7516d81b9ff288545b821fc
treef21498f63cae223a604c3e061a00bb6f1d21bd7f
parent79a6a48851e9765bd01ac60be93f8fea22f30f4a
MachOObjectFile: Change isSectionText to return true for sections named text, not for load commands name __TEXT (which isn't the case in actual object files)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@135228 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp