]> granicus.if.org Git - llvm/commit
Fix a bug in llvm-obdump(1) with the -macho and -info-plist options
authorKevin Enderby <enderby@apple.com>
Mon, 6 Feb 2017 21:01:08 +0000 (21:01 +0000)
committerKevin Enderby <enderby@apple.com>
Mon, 6 Feb 2017 21:01:08 +0000 (21:01 +0000)
commit94dcd1b6396ff7a084866fd749cfddd80a8afbe4
treeb6c97ad5fcdc9e1510cba6e106fa5383f2af15c3
parent5681e380e0184d9160315c8756b06f2ea55d9bd6
Fix a bug in llvm-obdump(1) with the -macho and -info-plist options
which caused it to print more than the (__TEXT,__info_plist) if that
section did not end with a null.

rdar://27378808

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@294236 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/X86/macho-info-plist-nofollow.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp