[all-commits] [llvm/llvm-project] d033ec: [llvm-objdump] Find debug information with Build I...
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Mon Oct 3 16:18:02 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d033ece0c985d3f89c261d030ff2ff1d9c58bbc6
https://github.com/llvm/llvm-project/commit/d033ece0c985d3f89c261d030ff2ff1d9c58bbc6
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2022-10-03 (Mon, 03 Oct 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-objdump.rst
M llvm/docs/CommandGuide/llvm-symbolizer.rst
M llvm/test/tools/llvm-objdump/Inputs/embedded-source
A llvm/test/tools/llvm-objdump/debuginfod.test
M llvm/tools/llvm-objdump/CMakeLists.txt
M llvm/tools/llvm-objdump/ObjdumpOpts.td
M llvm/tools/llvm-objdump/llvm-objdump.cpp
Log Message:
-----------
[llvm-objdump] Find debug information with Build ID/debuginfod.
Uses the library introduced in https://reviews.llvm.org/D132504 to add build ID fetching to llvm-objdump. This allows viewing source when disassembling stripped objects.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D131224
More information about the All-commits
mailing list