diff options
author | Michael Trent <mtrent@apple.com> | 2019-05-30 17:56:05 +0000 |
---|---|---|
committer | Michael Trent <mtrent@apple.com> | 2019-05-30 17:56:05 +0000 |
commit | 50daaa5f6b2636578ac70ed08e0db246be3b95b8 (patch) | |
tree | 89670d89b56e9c87c129a00ac49a5467afc3bb94 /llvm/tools/llvm-objdump/ELFDump.cpp | |
parent | 2980f3c18f980b20bb8b5106978555ef147035f6 (diff) | |
download | bcm5719-llvm-50daaa5f6b2636578ac70ed08e0db246be3b95b8.tar.gz bcm5719-llvm-50daaa5f6b2636578ac70ed08e0db246be3b95b8.zip |
Support Universal dSYM files in llvm-objdump
Summary:
Commonly programmers use llvm-objdump to disassemble Mach-O target
binaries with Mach-O dSYMS. While llvm-objdump allows programmers to
disassemble Universal binaries, it previously did not recognize
Universal dSYM files. This change updates llvm-objdump to support
passing in Universal files via the -dsym option. Now, when
disassembling a Mach-O file either as a stand alone file or as an entry
in a Universal binariy, llvm-objdump will search through a Universal
dSYM for a Mach-O matching the architecture flag of the file being
disassembled.
Reviewers: pete, lhames
Reviewed By: pete
Subscribers: rupprecht, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D62642
llvm-svn: 362121
Diffstat (limited to 'llvm/tools/llvm-objdump/ELFDump.cpp')
0 files changed, 0 insertions, 0 deletions