File: TODO.txt

package info (click to toggle)
llvm-toolchain-17 1%3A17.0.6-22
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,799,624 kB
  • sloc: cpp: 6,428,607; ansic: 1,383,196; asm: 793,408; python: 223,504; objc: 75,364; f90: 60,502; lisp: 33,869; pascal: 15,282; sh: 9,684; perl: 7,453; ml: 4,937; awk: 3,523; makefile: 2,889; javascript: 2,149; xml: 888; fortran: 619; cs: 573
file content (27 lines) | stat: -rw-r--r-- 1,222 bytes parent folder | download | duplicates (20)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Ideas for things to do:

- more projects (lldb, check- targets for compiler-rt's asan/ubsan/msan/tsan)
  - 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 (ARC MSP430 XCore)
  - 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

- 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
  => https://groups.google.com/a/chromium.org/forum/?oldui=1#!msg/gn-dev/0S7KRGIXcDI/E4ahA1jQFQAJ
  => Fixed in https://gn-review.googlesource.com/c/gn/+/11701 !
     `llvm/utils/gn/get.py` to get new gn binary with the fix
- 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