]> granicus.if.org Git - llvm/commit
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)
commita84e3baa9efd03f9d890d22245a58f33ead5ec67
tree0f33745f5f836ef248a7fdfebb69d20f481fc88f
parentdcc04e51c7a08ff25e7585b70303cb5acae963f3
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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@372421 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/MachODump.cpp