[all-commits] [llvm/llvm-project] fd0782: [DebugInfod] Prefix debuginfod cache directory

Petr Hosek via All-commits all-commits at lists.llvm.org
Wed Jan 19 10:09:17 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fd0782a37bbf7dd4ece721df92c703a381595661
      https://github.com/llvm/llvm-project/commit/fd0782a37bbf7dd4ece721df92c703a381595661
  Author: Petr Hosek <phosek at google.com>
  Date:   2022-01-19 (Wed, 19 Jan 2022)

  Changed paths:
    M llvm/lib/Debuginfod/Debuginfod.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list