Fetches an executable by searching the default local cache directory and server URLs.
Declared in <llvm/Debuginfod/Debuginfod.h>
Expected<std::string>
getCachedOrDownloadExecutable(object::BuildIDRef ID);
Local path to the cached or downloaded executable, or an error.
| Name | Description |
|---|---|
| ID | Build ID of the executable to fetch. |