[all-commits] [llvm/llvm-project] ffecb6: [objdump] Support finding --source via --dsym files

Visoiu Mistrih Francis via All-commits all-commits at lists.llvm.org
Tue Oct 4 11:16:10 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ffecb643ee2c49e55e0689339b6d5921b5e6ff8b
      https://github.com/llvm/llvm-project/commit/ffecb643ee2c49e55e0689339b6d5921b5e6ff8b
  Author: Jim Radford <jradford at apple.com>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    A llvm/test/tools/llvm-objdump/MachO/disassemble-source-dsym.test
    M llvm/tools/llvm-objdump/MachODump.cpp
    M llvm/tools/llvm-objdump/MachODump.h
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  [objdump] Support finding --source via --dsym files

Add support for auto-detecting or specifying dSYM files/directories to
allow interleaving source with disassembly.

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

Patch by Jim Radford.




More information about the All-commits mailing list