Fix comments in HexagonOperands.td.
[oota-llvm.git] / docs / development_process.rst
1 .. _development_process:
2
3 Development Process Documentation
4 =================================
5
6 .. toctree::
7    :hidden:
8
9    MakefileGuide
10    Projects
11    LLVMBuild
12
13 * :ref:`projects`
14
15   How-to guide and templates for new projects that *use* the LLVM
16   infrastructure.  The templates (directory organization, Makefiles, and test
17   tree) allow the project code to be located outside (or inside) the ``llvm/``
18   tree, while using LLVM header files and libraries.
19
20 * :doc:`LLVMBuild`
21
22   Describes the LLVMBuild organization and files used by LLVM to specify
23   component descriptions.
24
25 * :ref:`makefile_guide`
26
27   Describes how the LLVM makefiles work and how to use them.
28
29 * `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_
30
31   This is a guide to preparing LLVM releases. Most developers can ignore it.