[PATCH] D133992: [objdump] Add --build-id flag for debuginfod lookups without binary.

Daniel Thornburgh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 15 16:53:01 PDT 2022


mysterymath created this revision.
mysterymath added reviewers: jhenderson, MaskRay, alexander-shaposhnikov, phosek, mcgrathr.
Herald added a subscriber: StephenFan.
Herald added a project: All.
mysterymath requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Adding a --build-id flag allows handling binaries that are referenced in
logs from remote systems, but that aren't necessarily present on the
local machine. These are fetched via debuginfod and handled as if they
were input filenames.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D133992

Files:
  llvm/test/tools/llvm-objdump/debuginfod.test
  llvm/tools/llvm-objdump/ObjdumpOpts.td
  llvm/tools/llvm-objdump/llvm-objdump.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D133992.460553.patch
Type: text/x-patch
Size: 3699 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220915/ae7b737b/attachment.bin>


More information about the llvm-commits mailing list