We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--allow-unused-prefixes=false
1 parent a1b53db commit 72ddd55Copy full SHA for 72ddd55
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