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 c9765ae commit ceb9a4fCopy full SHA for ceb9a4f
polly/ci/polly-x86_64-linux-test-suite.py
@@ -22,8 +22,8 @@
22
with w.step("configure-llvm", halt_on_fail=True):
23
cmakecmd = [
24
"cmake",
25
- f'-S{w.in_llvmsrc("llvm")}',
26
- "-B{llvmbuilddir}",
+ f"-S{w.in_llvmsrc('llvm')}",
+ f"-B{llvmbuilddir}",
27
"-GNinja",
28
f"-C{w.in_llvmsrc(w.cachefile)}",
29
f"-DCMAKE_INSTALL_PREFIX={llvminstalldir}",
@@ -59,7 +59,7 @@
59
f"-DTEST_SUITE_LLVM_SIZE={os.path.abspath(llvmbuilddir)}/bin/llvm-size",
60
"-DTEST_SUITE_EXTRA_C_FLAGS=-Wno-unused-command-line-argument -mllvm -polly",
61
"-DTEST_SUITE_EXTRA_CXX_FLAGS=-Wno-unused-command-line-argument -mllvm -polly",
62
- "-DLLVM_LIT_ARGS=-sv{jobsarg};-o;report.json",
+ f"-DLLVM_LIT_ARGS=-sv{jobsarg};-o;report.json",
63
]
64
)
65
0 commit comments