We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5facc37 commit c02a1b8Copy full SHA for c02a1b8
mlir/include/mlir/Pass/PassManager.h
@@ -17,7 +17,6 @@
17
#include "llvm/Support/raw_ostream.h"
18
19
#include <functional>
20
-#include <mutex>
21
#include <optional>
22
23
namespace mlir {
@@ -498,10 +497,6 @@ class PassManager : public OpPassManager {
498
497
499
/// A flag that indicates if the IR should be verified in between passes.
500
bool verifyPasses : 1;
501
-
502
- /// A mutex used to serialixe thread access when running the pass manager with
503
- /// crash reproduction enabled.
504
- std::mutex crashRecoveryLock;
505
};
506
507
/// Register a set of useful command-line options that can be used to configure
0 commit comments