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 9744a38 commit d67cd85Copy full SHA for d67cd85
llvm/test/lit.cfg.py
@@ -47,7 +47,7 @@
47
# so we just exclude llvm-reduce tests from this config altogether. This should
48
# be fine though as profcheck config tests are mostly concerned with opt.
49
if config.enable_profcheck:
50
- config.excludes = config.excludes + ["llvm-reduce"]
+ config.excludes = config.excludes + ["llvm-reduce"]
51
52
# test_source_root: The root path where tests are located.
53
config.test_source_root = os.path.dirname(__file__)
0 commit comments