Project:LLVM/TODO
From Gentoo Wiki
Jump to:navigation
Jump to:search
Major tasks
- add x32 support to compiler-rt.
Minor tasks
These are the tasks that are of low priority but should be eventually done:
- support Doxygen documentation
(TODO: patch install paths upstream), - support OCaml docs
(TODO: patch install paths upstream), - figure out if we can disable building OCaml docs when they are not installed.
Ebuild tasks
- compiler-rt*: convert to multilib-minimal.
LLDB TODO
Most important tasks:
- figure out why it fails to start processes on some systems,
- figure out what to do about custom readline.so module (upstream builds their own against libedit since lldb links against libedit, and we don't want to mix it with libreadline...),
- fix it to build shared libs like the rest of LLVM,
- fix it to detect libs (-lrt, -ldl, -ltinfo) in stand-alone builds instead of hacking it around in ebuild,
- [maybe] submit upstream patch to byte-compile Python modules.