hanchenye-llvm-project/lld/docs
Greg Fitzgerald 4b6a7e355b Fix five of the shared library build targets
Before this patch there was a cyclic dependency between lldCore and
lldReaderWriter.  Only lldConfig could be built as a shared library.

* Moved Reader and Writer base classes into lldCore.
* The following shared libraries can now be built:
     lldCore
     lldYAML
     lldNative
     lldPasses
     lldReaderWriter

Differential Revision: http://reviews.llvm.org/D7105

From: Greg Fitzgerald <garious@gmail.com>
llvm-svn: 226732
2015-01-21 22:54:56 +00:00
..
_static
_templates
llvm-theme
C++11.rst
CMakeLists.txt
Driver.rst
Makefile
README.txt
Readers.rst Fix five of the shared library build targets 2015-01-21 22:54:56 +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
development.rst
getting_started.rst
hello.png
index.rst Tweak lld's checkout instructions. 2014-12-23 18:52:41 +00:00
make.bat
open_projects.rst [ELF] Minimal implementation for ARM static linking 2015-01-21 07:35:48 +00:00
sphinx_intro.rst
windows_support.rst

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