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 ceb9a4f commit d9e8902Copy full SHA for d9e8902
polly/ci/polly-x86_64-linux-test-suite.py
@@ -36,7 +36,7 @@
36
w.run_ninja(builddir=llvmbuilddir, ccache_stats=True)
37
38
with w.step("check-polly"):
39
- w.run_ninja(["check-polly"], builddir=llvmbuilddir, targets=[])
+ w.run_ninja(["check-polly"], builddir=llvmbuilddir)
40
41
with w.step("install-llvm", halt_on_fail=True):
42
w.run_ninja(["install"], builddir=llvmbuilddir)
0 commit comments