From d43d4d2d91ab2b9a758024918a42fbd3ebcc4b95 Mon Sep 17 00:00:00 2001 From: Nick Desaulniers Date: Tue, 3 Dec 2024 14:30:29 -0800 Subject: [PATCH] remove todo from oldhdrgen --- zorg/buildbot/builders/annotated/libc-linux.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/zorg/buildbot/builders/annotated/libc-linux.py b/zorg/buildbot/builders/annotated/libc-linux.py index 3009df548..2665c331b 100644 --- a/zorg/buildbot/builders/annotated/libc-linux.py +++ b/zorg/buildbot/builders/annotated/libc-linux.py @@ -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: