[all-commits] [llvm/llvm-project] 02cc8d: [Symbolizer][Debuginfo] Add debuginfod client to l...
Noah Shutty via All-commits
all-commits at lists.llvm.org
Wed Dec 8 10:10:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 02cc8d698c4941f8f0120ea1a5d7205fb33a312d
https://github.com/llvm/llvm-project/commit/02cc8d698c4941f8f0120ea1a5d7205fb33a312d
Author: Noah Shutty <shutty at google.com>
Date: 2021-12-08 (Wed, 08 Dec 2021)
Changed paths:
M llvm/lib/DebugInfo/Symbolize/CMakeLists.txt
M llvm/lib/DebugInfo/Symbolize/Symbolize.cpp
A llvm/test/tools/llvm-symbolizer/debuginfod.test
M llvm/tools/llvm-symbolizer/CMakeLists.txt
M llvm/tools/llvm-symbolizer/llvm-symbolizer.cpp
Log Message:
-----------
[Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer.
Adds a fallback to use the debuginfod client library (386655) in `findDebugBinary`.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D113717
More information about the All-commits
mailing list