Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
_static/ | H | - | - | 115 | 94 | |
dev/ | H | - | - | 1,329 | 1,024 | |
gpu/ | H | - | - | 1,299 | 1,051 | |
headers/ | H | - | - | |||
CMakeLists.txt | H A D | 24-Jan-2025 | 2.8 KiB | 10 | 8 | |
README.txt | H A D | 29-Jan-2022 | 391 | 14 | 9 | |
arch_support.rst | H A D | 16-Dec-2024 | 480 | |||
build_and_test.rst | H A D | 14-Jan-2025 | 3.3 KiB | 112 | 72 | |
check.rst | H A D | 15-Oct-2022 | 87 | 7 | 3 | |
compiler_support.rst | H A D | 06-May-2023 | 750 | 25 | 17 | |
conf.py | H A D | 17-Dec-2024 | 8.2 KiB | 264 | 39 | |
configure.rst | H A D | 18-Oct-2024 | 4.6 KiB | 51 | 41 | |
contributing.rst | H A D | 21-Aug-2024 | 2.8 KiB | 65 | 53 | |
full_cross_build.rst | H A D | 30-Dec-2024 | 5.6 KiB | 244 | 190 | |
full_host_build.rst | H A D | 10-Jan-2025 | 7.8 KiB | 140 | 111 | |
getting_started.rst | H A D | 14-Jan-2025 | 1.6 KiB | |||
index.rst | H A D | 14-Jan-2025 | 2.7 KiB | 99 | 81 | |
overlay_mode.rst | H A D | 21-Aug-2024 | 4.6 KiB | 122 | 87 | |
platform_support.rst | H A D | 23-Jan-2025 | 992 | |||
porting.rst | H A D | 14-Jan-2025 | 5.3 KiB | 121 | 101 | |
talks.rst | H A D | 13-Dec-2024 | 3.2 KiB | 31 | 24 |
README.txt
1libc Documentation 2================== 3 4The libc documentation is written using the Sphinx documentation generator. It is 5currently tested with Sphinx 1.1.3. 6 7To build the documents into html configure libc with the following cmake options: 8 9 * -DLLVM_ENABLE_SPHINX=ON 10 * -DLIBC_INCLUDE_DOCS=ON 11 12After configuring libc with these options the make rule `docs-libc-html` 13should be available. 14