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