[PATCH] D56420: [gn build] Add a TODO.txt file

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 9 04:49:55 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL350708: [gn build] Add a TODO.txt file (authored by nico, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D56420?vs=180586&id=180817#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D56420/new/

https://reviews.llvm.org/D56420

Files:
  llvm/trunk/utils/gn/TODO.txt


Index: llvm/trunk/utils/gn/TODO.txt
===================================================================
--- llvm/trunk/utils/gn/TODO.txt
+++ llvm/trunk/utils/gn/TODO.txt
@@ -0,0 +1,30 @@
+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
+  - 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
+- more targets (AVR MIPS RISCV SystemZ etc)
+  - example: https://reviews.llvm.org/D56416
+- investigate feasibility of working `gn check`
+
+- "optimized tblgen" mode
+  - either just always build tablegen and support with opt config
+  - 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 write_cmake_config() template, use it throughout where
+  write_cmake_config.py is called
+- add dead code stripping
+- move run_tablegen.py from build to tablegen folder
+- figure out why -Iclang/Support gets added so often
+- make LLVM_LIBXML2_ENABLED use llvm_canonicalize_cmake_boolean (cf D28294),
+  clean up both GN and CMake builds
+- plugin() template with working rpath, exports thingers
+  - then port clang_build_examples and enable by default so that clang
+    plugin tests run by default
+- plugin_host() template


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56420.180817.patch
Type: text/x-patch
Size: 1569 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190109/4e0f3ad2/attachment.bin>


More information about the llvm-commits mailing list