================
@@ -13,14 +13,18 @@
#include "llvm/ADT/StringMap.h"
#include <atomic>
+#include <condition_variable>
#include <mutex>
-#include <shared_mutex>
namespace clang {
namespace dependencies {
struct ModuleCacheEntry {
- std::shared_mutex CompilationMutex;
+ std::mutex Mutex;
----------------
shafik wrote:
ping, I think this got overshadowed by the other conversation
https://github.com/llvm/llvm-project/pull/182722
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits