Name
Date
Size
#Lines
LOC

..--

_static/H--11594

dev/H--1,3291,024

gpu/H--1,2991,051

headers/H--

CMakeLists.txtH A D24-Jan-20252.8 KiB108

README.txtH A D29-Jan-2022391 149

arch_support.rstH A D16-Dec-2024480

build_and_test.rstH A D14-Jan-20253.3 KiB11272

check.rstH A D15-Oct-202287 73

compiler_support.rstH A D06-May-2023750 2517

conf.pyH A D17-Dec-20248.2 KiB26439

configure.rstH A D18-Oct-20244.6 KiB5141

contributing.rstH A D21-Aug-20242.8 KiB6553

full_cross_build.rstH A D30-Dec-20245.6 KiB244190

full_host_build.rstH A D10-Jan-20257.8 KiB140111

getting_started.rstH A D14-Jan-20251.6 KiB

index.rstH A D14-Jan-20252.7 KiB9981

overlay_mode.rstH A D21-Aug-20244.6 KiB12287

platform_support.rstH A D23-Jan-2025992

porting.rstH A D14-Jan-20255.3 KiB121101

talks.rstH A D13-Dec-20243.2 KiB3124

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