[PATCH] D119901: [Debuginfod] Add BUILD_ID syntax to llvm-symbolizer.
Daniel Thornburgh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 15 15:28:08 PST 2022
mysterymath created this revision.
mysterymath added reviewers: phosek, mcgrathr.
Herald added a subscriber: rupprecht.
Herald added a reviewer: jhenderson.
mysterymath requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D119901
Files:
llvm/docs/CommandGuide/llvm-symbolizer.rst
llvm/test/tools/llvm-symbolizer/debuginfod.test
llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119901.409079.patch
Type: text/x-patch
Size: 9010 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220215/9661aac7/attachment.bin>
More information about the llvm-commits
mailing list