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 c9fcbe4 commit 835f987Copy full SHA for 835f987
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
- cmakes_args.append(f"-DLLVM_ENABLE_PROJECTS={';'.join(runtimes)}")
+ cmake_args.append(f"-DLLVM_ENABLE_PROJECTS={';'.join(runtimes)}")
90
91
92
cmake_args.append('-DLLVM_LIBC_INCLUDE_SCUDO=ON')
0 commit comments