Skip to content

Commit c23c460

Browse files
authored
Revert "[flang][mlir] disable mlir threading" (llvm#704)
2 parents 9613465 + d7f67e7 commit c23c460

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mlir/lib/IR/MLIRContext.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ struct MLIRContextOptions {
5959
llvm::cl::opt<bool> disableThreading{
6060
"mlir-disable-threading",
6161
llvm::cl::desc("Disable multi-threading within MLIR, overrides any "
62-
"further call to MLIRContext::enableMultiThreading()"),
63-
llvm::cl::init(true)};
62+
"further call to MLIRContext::enableMultiThreading()")};
6463

6564
llvm::cl::opt<bool> printOpOnDiagnostic{
6665
"mlir-print-op-on-diagnostic",

0 commit comments

Comments
 (0)