Siva Chandra 17114f8b19
[libc] Remove common_libc_tuners.cmake and move options into config.json. (#66226)
The name has been changed to adhere to the config option naming format.
The necessary build changes to use the new option have also been made.
2023-09-13 22:17:00 -07:00
..
2023-09-13 13:42:30 -07:00
2022-10-15 15:29:48 +00:00
2023-08-13 23:46:44 -07:00
2023-08-18 23:36:04 -07:00
2023-04-14 15:40:05 -07:00
2022-12-01 10:07:04 +00: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.