summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNico Weber <nicolasweber@gmx.de>2019-05-06 17:15:19 +0000
committerNico Weber <nicolasweber@gmx.de>2019-05-06 17:15:19 +0000
commitc964cd58b3fbbe127ccf12d0fc3a6492030a43c3 (patch)
tree8739d83d96ce37af7a1cf14089fe07f5cf619bc4
parentc686868a5ef65eb9328d0910fe0c9708b9a8453c (diff)
downloadllvm-c964cd58b3fbbe127ccf12d0fc3a6492030a43c3.tar.gz
gn build: Update TODO now that libcxx libcxxabi libunwind clang-tools-extra are done
Differential Revision: https://reviews.llvm.org/D61468 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360056 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--utils/gn/TODO.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/utils/gn/TODO.txt b/utils/gn/TODO.txt
index 032fe95e6ef2..8daf1049f129 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