================
@@ -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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
