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 13779e1 commit f2bf53dCopy full SHA for f2bf53d
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('-DLLVM_ENABLE_PROJECTS={}'.format(';'.join(runtimes)))
+ cmake_args.append('-DLLVM_ENABLE_RUNTIMES={}'.format(';'.join(runtimes)))
90
91
92
cmake_args.append('-DLLVM_LIBC_INCLUDE_SCUDO=ON')
0 commit comments