[PATCH] D61468: gn build: Update TODO now that libcxx libcxxabi libunwind clang-tools-extra are done

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 2 14:34:34 PDT 2019


thakis created this revision.
thakis added a reviewer: phosek.
Herald added a reviewer: EricWF.
Herald added a project: LLVM.

https://reviews.llvm.org/D61468

Files:
  llvm/utils/gn/TODO.txt


Index: llvm/utils/gn/TODO.txt
===================================================================
--- llvm/utils/gn/TODO.txt
+++ llvm/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
@@ -14,7 +13,6 @@
   - or use opt toolchain and build tablegen twice in debug builds, like cmake
 
 - cross builds using GN's toolchain feature
-- one-build-dir bootstrap builds using GN's toolchain feature
 
 - move clang_tablegen into lib/ for private files
 - add dead code stripping


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61468.197870.patch
Type: text/x-patch
Size: 883 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190502/0b78bac5/attachment.bin>


More information about the llvm-commits mailing list