blob: 9d0d2f9858cb2f3db8c440b4e70a08c36e78c9f6 [file] [log] [blame]
Daniel Dunbar21e993c2012-04-19 16:31:37 +00001.. _development_process:
2
3Development Process Documentation
4=================================
5
Bill Wendling9e226402012-06-19 22:25:41 +00006.. toctree::
7 :hidden:
8
9 Projects
10
11\
12
13 * :ref:`projects`
Daniel Dunbar21e993c2012-04-19 16:31:37 +000014
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 * `LLVMBuild Documentation <LLVMBuild.html>`_
21
22 Describes the LLVMBuild organization and files used by LLVM to specify
23 component descriptions.
24
25 * `LLVM Makefile Guide <MakefileGuide.html>`_
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.