Can't pass .dSYM directory to llvm-objdump -dsym= (and error message is wrong)
authorMichael Trent <mtrent@apple.com>
Fri, 20 Sep 2019 19:13:24 +0000 (19:13 +0000)
committerMichael Trent <mtrent@apple.com>
Fri, 20 Sep 2019 19:13:24 +0000 (19:13 +0000)
commit6a234677f4916fc647e463f058feeff73b131879
treea79b9425291051fa55c13217dcfb9cee89f02c9e
parentc139d1e28109450085a11e3b2ec7d53c6a00c37b
Can't pass .dSYM directory to llvm-objdump -dsym= (and error message is wrong)

Summary:
Allow users to pass the path to a .dSYM directory to llvm-objdump's -dsym
flag rather than requiring users to find the DWARF DSYM Mach-O within the
bundle structure by hand.

rdar://46873333

Reviewers: pete, lhames, friss, aprantl

Reviewed By: pete, aprantl

Subscribers: MaskRay, aprantl, rupprecht, seiya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67780

llvm-svn: 372421
llvm/tools/llvm-objdump/MachODump.cpp