[all-commits] [llvm/llvm-project] 4a16fe: [llvm] [Debuginfo] Debuginfod client library.
Noah Shutty via All-commits
all-commits at lists.llvm.org
Mon Dec 6 10:01:20 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a16fe1369f3ab0e98261d4bd133034425d0523c
https://github.com/llvm/llvm-project/commit/4a16fe1369f3ab0e98261d4bd133034425d0523c
Author: Noah Shutty <shutty at google.com>
Date: 2021-12-06 (Mon, 06 Dec 2021)
Changed paths:
A llvm/include/llvm/Debuginfod/Debuginfod.h
M llvm/include/llvm/Support/Caching.h
M llvm/lib/CMakeLists.txt
A llvm/lib/Debuginfod/CMakeLists.txt
A llvm/lib/Debuginfod/Debuginfod.cpp
M llvm/unittests/CMakeLists.txt
A llvm/unittests/Debuginfod/CMakeLists.txt
A llvm/unittests/Debuginfod/DebuginfodTests.cpp
Log Message:
-----------
[llvm] [Debuginfo] Debuginfod client library.
This adds a Debuginfod client library which queries servers specified by the `DEBUGINFOD_URLS` environment variable for the debuginfo, executable, or a specified source file associated with a given build id.
Reviewed By: dblaikie
Differential Revision: https://reviews.llvm.org/D112758
More information about the All-commits
mailing list