[all-commits] [llvm/llvm-project] eafa05: [Debuginfod] Add --debug-file-directory to llvm-de...
Daniel Thornburgh via All-commits
all-commits at lists.llvm.org
Wed May 18 09:57:11 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: eafa0530417e09755b94d0e94afc0f792b98c80d
https://github.com/llvm/llvm-project/commit/eafa0530417e09755b94d0e94afc0f792b98c80d
Author: Daniel Thornburgh <dthorn at google.com>
Date: 2022-05-18 (Wed, 18 May 2022)
Changed paths:
A llvm/test/tools/llvm-debuginfod-find/local.test
M llvm/tools/llvm-debuginfod-find/llvm-debuginfod-find.cpp
Log Message:
-----------
[Debuginfod] Add --debug-file-directory to llvm-debuginfod-find.
This allows llvm-debuginfod-find to locate binaries in local build ID
directories configured via --debug-file-directory, the same flag used
for this purpose by llvm-symbolizer. This provides a consistent lookup
semantics between the two tools when configured the same way, in
particular when debug binaries may be located either locally or
remotely.
Reviewed By: phosek
Differential Revision: https://reviews.llvm.org/D125864
More information about the All-commits
mailing list