llvm-project/llvm/lib/Debuginfod
Petr Hosek fd0782a37b [DebugInfod] Prefix debuginfod cache directory
This prevents the debuginfod client from dumping files directly into the
default cache directory (e.g., ~/.cache). Instead, these files are
placed in a subdirectory (e.g., ~/.cache/llvm-debuginfod/client).
Behavior is unaffected if the cache directory is provided by the
DEBUGINFO_CACHE_PATH environment variable.

Patch By: mysterymath

Differential Revision: https://reviews.llvm.org/D117619
2022-01-19 10:09:00 -08:00
..
CMakeLists.txt [Support] [Debuginfod] Use libcurl imported library. 2021-12-09 01:35:01 +00:00
Debuginfod.cpp [DebugInfod] Prefix debuginfod cache directory 2022-01-19 10:09:00 -08:00
HTTPClient.cpp [Symbolizer][Debuginfo] Add debuginfod client to llvm-symbolizer. 2021-12-13 23:00:32 +00:00