Skip to content

Files

This branch is 1671 commits ahead of, 30967 commits behind llvm/clangir:main.

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jan 5, 2023
Apr 22, 2024
Jun 4, 2024
Jun 20, 2024
Jan 29, 2022
Jan 29, 2022
Feb 3, 2023
Jun 20, 2024
Oct 15, 2022
May 6, 2023
May 25, 2023
Jun 14, 2024
Apr 18, 2024
May 23, 2024
Feb 23, 2024
May 23, 2024
Mar 6, 2024
Mar 15, 2023
Mar 15, 2024
Nov 22, 2019
Apr 23, 2024
Feb 23, 2024
Apr 25, 2023
Feb 23, 2024
Apr 23, 2024
May 23, 2024
May 23, 2024
Mar 21, 2024
Feb 23, 2024
Mar 8, 2024
May 23, 2024
Apr 11, 2024
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.