Skip to content

Commit d43d4d2

Browse files
remove todo from oldhdrgen
1 parent f088255 commit d43d4d2

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

zorg/buildbot/builders/annotated/libc-linux.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,12 @@ def main(argv):
6363
# explicit here, which reduces one step of setting environment
6464
# variables when setting up workers.
6565
cmake_args = ['-GNinja',
66+
'-DLLVM_ENABLE_RUNTIMES=libc',
6667
'-DCMAKE_C_COMPILER=%s' % cc,
6768
'-DCMAKE_CXX_COMPILER=%s' % cxx]
6869
if lint_build:
6970
cmake_args.append('-DLLVM_LIBC_CLANG_TIDY=%s' % clang_tidy)
7071

71-
# TODO: remove once old hdrgen is deleted.
72-
# https://github.com/llvm/llvm-project/pull/117220
73-
projects = ['llvm', 'clang']
74-
cmake_args.append('-DLLVM_ENABLE_RUNTIMES=libc')
75-
7672
if args.debug:
7773
cmake_args.append('-DCMAKE_BUILD_TYPE=Debug')
7874
else:

0 commit comments

Comments
 (0)