[all-commits] [llvm/llvm-project] 2e91a5: [llvm-objdump] Add --build-id flag for debuginfod ...

Daniel Thornburgh via All-commits all-commits at lists.llvm.org
Tue Oct 4 13:44:42 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e91a5f546ad0d934e9619222983efe230b344b6
      https://github.com/llvm/llvm-project/commit/2e91a5f546ad0d934e9619222983efe230b344b6
  Author: Daniel Thornburgh <dthorn at google.com>
  Date:   2022-10-04 (Tue, 04 Oct 2022)

  Changed paths:
    M llvm/docs/CommandGuide/llvm-objdump.rst
    M llvm/test/tools/llvm-objdump/debuginfod.test
    M llvm/tools/llvm-objdump/ObjdumpOpts.td
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  [llvm-objdump] Add --build-id flag for debuginfod lookups without binary.

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.

Reviewed By: jhenderson, MaskRay

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




More information about the All-commits mailing list