We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad9305 commit a3a3a9cCopy full SHA for a3a3a9c
llvm/test/lit.cfg.py
@@ -37,9 +37,7 @@
37
if config.enable_profcheck
38
else []
39
)
40
-config.test_format = lit.formats.ShTest(
41
- not use_lit_shell, extra_substitutions
42
-)
+config.test_format = lit.formats.ShTest(not use_lit_shell, extra_substitutions)
43
44
# suffixes: A list of file extensions to treat as test files. This is overriden
45
# by individual lit.local.cfg files in the test subdirectories.
0 commit comments