================
@@ -47,6 +47,10 @@ namespace llvm {
 
 using llvm::object::BuildIDRef;
 
+SmallVector<StringRef> DebuginfodUrls;
----------------
clayborg wrote:

Maybe make this `std::optional< SmallVector<StringRef> >` and get rid of 
`DebuginfodUrlsSet` below? We might want a std::mutex here to protect 
multi-threaded access to the `DebuginfodUrls` variable.

https://github.com/llvm/llvm-project/pull/70996
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to