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 835f987 commit 13779e1Copy full SHA for 13779e1
zorg/buildbot/builders/annotated/libc-linux.py
@@ -86,7 +86,7 @@ def main(argv):
86
runtimes = ['libc']
87
if fullbuild and not args.asan and not lint_build and not riscv_build:
88
runtimes.append('compiler-rt')
89
- cmake_args.append(f"-DLLVM_ENABLE_PROJECTS={';'.join(runtimes)}")
+ cmake_args.append('-DLLVM_ENABLE_PROJECTS={}'.format(';'.join(runtimes)))
90
91
92
cmake_args.append('-DLLVM_LIBC_INCLUDE_SCUDO=ON')
0 commit comments