Skip to content

Commit

Permalink
remove todo from oldhdrgen
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdesaulniers committed Dec 3, 2024
1 parent f088255 commit d43d4d2
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions zorg/buildbot/builders/annotated/libc-linux.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,16 +63,12 @@ def main(argv):
# explicit here, which reduces one step of setting environment
# variables when setting up workers.
cmake_args = ['-GNinja',
'-DLLVM_ENABLE_RUNTIMES=libc',
'-DCMAKE_C_COMPILER=%s' % cc,
'-DCMAKE_CXX_COMPILER=%s' % cxx]
if lint_build:
cmake_args.append('-DLLVM_LIBC_CLANG_TIDY=%s' % clang_tidy)

# TODO: remove once old hdrgen is deleted.
# https://github.com/llvm/llvm-project/pull/117220
projects = ['llvm', 'clang']
cmake_args.append('-DLLVM_ENABLE_RUNTIMES=libc')

if args.debug:
cmake_args.append('-DCMAKE_BUILD_TYPE=Debug')
else:
Expand Down

0 comments on commit d43d4d2

Please sign in to comment.