This is an archive of the discontinued LLVM Phabricator instance.

[DebugInfod] Prefix debuginfod cache directory.
ClosedPublic

Authored by mysterymath on Jan 18 2022, 3:32 PM.

Details

Summary

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.

Diff Detail

Event Timeline

mysterymath created this revision.Jan 18 2022, 3:32 PM
mysterymath requested review of this revision.Jan 18 2022, 3:32 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 18 2022, 3:32 PM
phosek accepted this revision.Jan 18 2022, 4:04 PM

LGTM

This revision is now accepted and ready to land.Jan 18 2022, 4:04 PM

Note: I don't yet have commit access; I'll shoot of an email about it later this afternoon.

Note: I don't yet have commit access; I'll shoot of an email about it later this afternoon.

No problem, I can land this for you.

This revision was automatically updated to reflect the committed changes.