Navigation Menu

Skip to content

Commit

Permalink
[libc-builder] Add clang and clang-tools-extra as enabled projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulkaToast committed Apr 17, 2020
1 parent ae0085c commit bac341a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zorg/buildbot/builders/annotated/libc-linux.py
Expand Up @@ -18,7 +18,7 @@ def main(argv):
source_dir = os.path.join('..', 'llvm-project')

with step('cmake', halt_on_fail=True):
projects = ['llvm', 'libc']
projects = ['llvm', 'libc', 'clang', 'clang-tools-extra']

cmake_args = ['-GNinja', '-DCMAKE_BUILD_TYPE=Debug']
if args.asan:
Expand Down

0 comments on commit bac341a

Please sign in to comment.