From 03d470e2abcd2e91f72d981112bbab2cffd8b084 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 6 May 2019 17:15:19 +0000 Subject: [PATCH] gn build: Update TODO now that libcxx libcxxabi libunwind clang-tools-extra are done Differential Revision: https://reviews.llvm.org/D61468 llvm-svn: 360056 --- utils/gn/TODO.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/utils/gn/TODO.txt b/utils/gn/TODO.txt index 032fe95e6ef..8daf1049f12 100644 --- a/utils/gn/TODO.txt +++ b/utils/gn/TODO.txt @@ -1,7 +1,6 @@ Ideas for things to do: -- more projects (compiler-rt libcxx libcxxabi libunwind clang-tools-extra lldb) - - phosek expressed interest in compiler-rt libcxx libcxxabi libunwind +- more projects (compiler-rt's asan/ubsan/msan/tsan, lldb) - once there are more projects, have an llvm_enable_projects arg, modeled after llvm_targets_to_build in the GN build - a check-all build target that runs test of all projects