================
@@ -45,6 +45,11 @@ class HostInfoMacOSX : public HostInfoPosix {
   static SharedCacheImageInfo
   GetSharedCacheImageInfo(llvm::StringRef image_name);
 
+  static SharedCacheImageInfo
+  GetSharedCacheImageInfo(llvm::StringRef image_name, UUID &uuid);
----------------
JDevlieghere wrote:

Conceptually, this should be able to take the UUID by const ref. But maybe some 
of its methods are not correctly marked const? Or something is materialized 
lazily that's not mutable? 

https://github.com/llvm/llvm-project/pull/180323
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to