[PATCH] D51052: [WIP] LLJITTest

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 22 09:48:57 PDT 2018


sgraenitz added inline comments.


================
Comment at: lib/ExecutionEngine/Orc/IRCompileLayer.cpp:26
+static std::mutex PassManagerRunMutex;
+  
 void IRCompileLayer2::emit(MaterializationResponsibility R, VModuleKey K,
----------------
`PassManagerRunMutex` is here. It's not included in the reviews main diff. Not sure why.


Repository:
  rL LLVM

https://reviews.llvm.org/D51052





More information about the llvm-commits mailing list