[llvm] [ORC][LibraryResolver] Fix ensureFilterBuilt assertion failure and concurrency issue. (PR #166510)
Vassil Vassilev via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 5 01:56:47 PST 2025
================
@@ -211,6 +211,17 @@ class LibraryManager {
return FilteredView(Libraries.begin(), Libraries.end(), S, K);
}
+ std::vector<std::shared_ptr<LibraryInfo>> getLibraries(LibState S,
+ PathType K) const {
----------------
vgvassilev wrote:
Let’s keep the stared_ptr like this and measure the performance on the downstream client.
https://github.com/llvm/llvm-project/pull/166510
More information about the llvm-commits
mailing list