forked from OSchip/llvm-project
d6e2bac195
This makes us closer to running the test suite on platforms where the legacy test suite configuration doesn't work. One notable change after this commit is that the tests will be run with warnings enabled on GCC too, which wasn't the case before. However, previous commits should have tweaked the test suite to make sure it passes with warnings enabled on GCC. Note that warnings can still be disabled with `--param enable_warnings=False`, as before. Differential Revision: https://reviews.llvm.org/D90432 |
||
---|---|---|
.. | ||
DesignDocs | ||
BuildingLibcxx.rst | ||
CMakeLists.txt | ||
FeatureTestMacroTable.rst | ||
Makefile.sphinx | ||
README.txt | ||
ReleaseNotes.rst | ||
TestingLibcxx.rst | ||
UsingLibcxx.rst | ||
conf.py | ||
index.rst |
README.txt
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 * -DLIBCXX_INCLUDE_DOCS=ON After configuring libc++ with these options the make rule `docs-libcxx-html` should be available.