[all-commits] [llvm/llvm-project] 410c6c: [llvm-objdump] [debuginfod] Fetch for very-strippe...

Daniel Thornburgh via All-commits all-commits at lists.llvm.org
Tue Oct 4 11:40:52 PDT 2022


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

  Changed paths:
    M llvm/test/tools/llvm-objdump/debuginfod.test
    M llvm/tools/llvm-objdump/llvm-objdump.cpp

  Log Message:
  -----------
  [llvm-objdump] [debuginfod] Fetch for very-stripped binaries.

When a binary is missing section headers or symbols, objdump can't
provide as good of a disassembly. This change makes objdump try to fetch
a better verion of the binary by its build ID.

Reviewed By: jhenderson

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




More information about the All-commits mailing list