We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--allow-unused-prefixes=false
2 parents 85837b3 + 72ddd55 commit 46478d8Copy full SHA for 46478d8
mlir/test/lit.cfg.py
@@ -84,7 +84,7 @@
84
# FileCheck -enable-var-scope is enabled by default in MLIR test
85
# This option avoids to accidentally reuse variable across -LABEL match,
86
# it can be explicitly opted-in by prefixing the variable name with $
87
-config.environment['FILECHECK_OPTS'] = "-enable-var-scope"
+config.environment['FILECHECK_OPTS'] = "-enable-var-scope --allow-unused-prefixes=false"
88
89
90
# LLVM can be configured with an empty default triple
0 commit comments