Skip to content

Commit c02a1b8

Browse files
committed
fixup: remove mutex from pass manager
1 parent 5facc37 commit c02a1b8

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

mlir/include/mlir/Pass/PassManager.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
#include "llvm/Support/raw_ostream.h"
1818

1919
#include <functional>
20-
#include <mutex>
2120
#include <optional>
2221

2322
namespace mlir {
@@ -498,10 +497,6 @@ class PassManager : public OpPassManager {
498497

499498
/// A flag that indicates if the IR should be verified in between passes.
500499
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;
505500
};
506501

507502
/// Register a set of useful command-line options that can be used to configure

0 commit comments

Comments
 (0)