hanchenye-llvm-project/lld/docs
Rui Ueyama df230b21e3 Re-commit r225674: Convert other drivers to use WrapperNode.
The original commit had an issue with Mac OS dylib files. It didn't
handle fat binary dylib files correctly. This patch includes a fix.
A test for that case has already been committed in r225764.

llvm-svn: 226123
2015-01-15 04:34:31 +00:00
..
_static
_templates
llvm-theme
C++11.rst Fix a typo spotted by Anton. 2014-03-02 13:00:23 +00:00
CMakeLists.txt Add support for building Sphinx documentation when being built inside LLVM source tree and using CMake. 2014-04-18 21:59:05 +00:00
Driver.rst
Makefile
README.txt
Readers.rst Re-commit r225674: Convert other drivers to use WrapperNode. 2015-01-15 04:34:31 +00:00
conf.py Fix missing favicon.ico warning (Sphinx 1.2.2). The comments next to 2014-08-06 14:37:00 +00:00
design.rst Remove group-parent references. 2014-06-03 03:07:49 +00:00
development.rst
getting_started.rst Fix broken link. 2014-03-05 20:39:57 +00:00
hello.png
index.rst Tweak lld's checkout instructions. 2014-12-23 18:52:41 +00:00
make.bat
open_projects.rst [AArch64] Initial ELF/AArch64 Support 2014-08-13 13:16:38 +00:00
sphinx_intro.rst
windows_support.rst Fix sphinx warning. 2014-08-06 14:11:47 +00:00

README.txt

lld Documentation
=================

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

We currently use the 'nature' theme and a Beaker inspired structure.

To rebuild documents into html:

   [/lld/docs]> make html