[lldb] [llvm] Added settings for DEBUGINFOD cache location and timeout (PR #78605)
Kevin Frei via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 18 16:01:42 PST 2024
================
@@ -54,6 +55,34 @@ class PluginProperties : public Properties {
return urls;
}
+ llvm::Expected<llvm::StringRef> GetCachePath() {
----------------
kevinfrei wrote:
D'oh. You're right. I'll hoist that StringRef up and switch the function to return a string. Good catch!
https://github.com/llvm/llvm-project/pull/78605
More information about the llvm-commits
mailing list