mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-12-05 12:51:16 +00:00
4b6a7e355b
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 |
||
---|---|---|
.. | ||
_static | ||
_templates | ||
llvm-theme | ||
C++11.rst | ||
CMakeLists.txt | ||
conf.py | ||
design.rst | ||
development.rst | ||
Driver.rst | ||
getting_started.rst | ||
hello.png | ||
index.rst | ||
make.bat | ||
Makefile | ||
open_projects.rst | ||
Readers.rst | ||
README.txt | ||
sphinx_intro.rst | ||
windows_support.rst |
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