Teach MachO which sections contain code
authorTim Northover <Tim.Northover@arm.com>
Mon, 17 Dec 2012 17:59:32 +0000 (17:59 +0000)
committerTim Northover <Tim.Northover@arm.com>
Mon, 17 Dec 2012 17:59:32 +0000 (17:59 +0000)
commit1c2b2f9c56c01aa1c317da4fd0234eaa1fe6e739
treec9a50c3e1d261072b9a81cb9efb07b20f45b281c
parent2dfa3eb56679fcb0ac36d2956924e59acf4fc19e
Teach MachO which sections contain code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170349 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Object/MachOFormat.h
lib/MC/MCParser/DarwinAsmParser.cpp
lib/Object/MachOObjectFile.cpp
test/Object/Inputs/macho-text-sections.macho-x86_64 [new file with mode: 0644]
test/Object/X86/macho-text-sections.test [new file with mode: 0644]