OSDN Git Service

gn build: Run `git ls-files '*.gn' '*.gni' | xargs llvm/utils/gn/gn.py format`
[android-x86/external-llvm.git] / utils / gn / TODO.txt
1 Ideas for things to do:
2
3 - more projects (compiler-rt's asan/ubsan/msan/tsan, lldb)
4   - once there are more projects, have an llvm_enable_projects arg, modeled
5     after llvm_targets_to_build in the GN build
6   - a check-all build target that runs test of all projects
7 - more targets (AVR MIPS RISCV SystemZ etc)
8   - example: https://reviews.llvm.org/D56416
9 - investigate feasibility of working `gn check`
10
11 - "optimized tblgen" mode
12   - either just always build tablegen and support with opt config
13   - or use opt toolchain and build tablegen twice in debug builds, like cmake
14
15 - cross builds using GN's toolchain feature
16
17 - move clang_tablegen into lib/ for private files
18 - add dead code stripping
19 - move run_tablegen.py from build to tablegen folder
20 - figure out why -Iclang/Support gets added so often
21 - plugin() template with working rpath, exports thingers
22   - then port clang_build_examples and enable by default so that clang
23     plugin tests run by default
24 - plugin_host() template