bolt/deps/llvm-18.1.8/libc/docs
2025-02-14 19:21:04 +01:00
..
_static Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
dev Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
gpu Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
math Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
build_and_test.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
check.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
CMakeLists.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
compiler_support.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
conf.py Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
configure.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
contributing.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
date_and_time.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
full_cross_build.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
full_host_build.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
fullbuild_mode.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
header_gen_scheme.svg Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
index.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
overlay_mode.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
porting.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
README.txt Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
stdio.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
strings.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00
usage_modes.rst Embed LLVM 18.1.8 2025-02-14 19:21:04 +01:00

libc Documentation
==================

The libc documentation is written using the Sphinx documentation generator. It is
currently tested with Sphinx 1.1.3.

To build the documents into html configure libc with the following cmake options:

  * -DLLVM_ENABLE_SPHINX=ON
  * -DLIBC_INCLUDE_DOCS=ON

After configuring libc with these options the make rule `docs-libc-html`
should be available.