Finds a default local file caching directory for the debuginfod client, first checking DEBUGINFOD_CACHE_PATH.

Synopsis

Declared in <llvm/Debuginfod/Debuginfod.h>

Expected<std::string>
getDefaultDebuginfodCacheDirectory();

Return Value

Default cache directory path, or an error on failure.

Created with MrDocs