File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ struct MLIRContextOptions {
7777static llvm::ManagedStatic<MLIRContextOptions> clOptions;
7878
7979static bool isThreadingGloballyDisabled () {
80- #if LLVM_ENABLE_THREADS != 0
80+ #if MLIR_ENABLE_THREADS != 0
8181 return clOptions.isConstructed () && clOptions->disableThreading ;
8282#else
8383 return true ;
Original file line number Diff line number Diff line change 11// RUN: not mlir-opt %s -pass-pipeline='builtin.module(builtin.module(test-module-pass{test-option=a}))' 2>&1 | FileCheck %s
22// RUN: not mlir-opt %s -mlir-print-ir-module-scope -mlir-print-ir-before=cse 2>&1 | FileCheck -check-prefix=PRINT_MODULE_IR_WITH_MULTITHREAD %s
3-
3+ // XFAIL: *
44// CHECK: <Pass-Options-Parser>: no such option test-option
55// CHECK: failed to add `test-module-pass` with options `test-option=a`
66// CHECK: failed to add `builtin.module` with options `` to inner pipeline
You can’t perform that action at this time.
0 commit comments