[all-commits] [llvm/llvm-project] 565add: [Debuginfod] Add BUILD_ID syntax to llvm-symbolizer.
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Thu Feb 24 16:39:28 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 565add5a628bdf5f8a64d7c338003d240c24e399
https://github.com/llvm/llvm-project/commit/565add5a628bdf5f8a64d7c338003d240c24e399
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2022-02-25 (Fri, 25 Feb 2022)
Changed paths:
M llvm/docs/CommandGuide/llvm-symbolizer.rst
M llvm/test/tools/llvm-symbolizer/debuginfod.test
A llvm/test/tools/llvm-symbolizer/file-prefix.test
M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
Log Message:
-----------
[Debuginfod] Add BUILD_ID syntax to llvm-symbolizer.
This adds a BUILD_ID prefix to the llvm-symbolizer stdin and argument
syntax. The prefix causes the given binary name to be interpreted as a
build ID instead of an object file path. The semantics are analagous to
the behavior of --obj and --build-id.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D119901
More information about the All-commits
mailing list