1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/utils/gn/TODO.txt
Nico Weber fa15d4bb37 Use llvm_canonicalize_cmake_booleans for LLVM_LIBXML2_ENABLED [llvm]
r291284 added a nice mechanism to consistently pass CMake on/off toggles to
lit. This change uses it for LLVM_LIBXML2_ENABLED too (which was added around
the same time and doesn't use the new system yet).

Also alphabetically sort the list passed to llvm_canonicalize_cmake_booleans()
in llvm/test/CMakeLists.txt.

No intended behavior change.

Differential Revision: https://reviews.llvm.org/D56912

llvm-svn: 351615
2019-01-19 00:10:54 +00:00

27 lines
1.1 KiB
Plaintext

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 dead code stripping
- move run_tablegen.py from build to tablegen folder
- figure out why -Iclang/Support gets added so often
- 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