summaryrefslogtreecommitdiff
path: root/docs/development_process.rst
diff options
context:
space:
mode:
authortstellar <tstellar@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-18 19:40:39 +0000
committertstellar <tstellar@91177308-0d34-0410-b5e6-96231b3b80d8>2012-09-18 19:40:39 +0000
commit15d14cb83df480dd4aab6435873ca50254891a2d (patch)
treee5ef7d77a1e7703b625d5de82d50c26e4944cdc7 /docs/development_process.rst
Create R600 Branch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/R600/@164161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/development_process.rst')
-rw-r--r--docs/development_process.rst30
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/development_process.rst b/docs/development_process.rst
new file mode 100644
index 00000000000..4fc20b34129
--- /dev/null
+++ b/docs/development_process.rst
@@ -0,0 +1,30 @@
+.. _development_process:
+
+Development Process Documentation
+=================================
+
+.. toctree::
+ :hidden:
+
+ MakefileGuide
+ Projects
+
+* :ref:`projects`
+
+ How-to guide and templates for new projects that *use* the LLVM
+ infrastructure. The templates (directory organization, Makefiles, and test
+ tree) allow the project code to be located outside (or inside) the ``llvm/``
+ tree, while using LLVM header files and libraries.
+
+* `LLVMBuild Documentation <LLVMBuild.html>`_
+
+ Describes the LLVMBuild organization and files used by LLVM to specify
+ component descriptions.
+
+* :ref:`makefile_guide`
+
+ Describes how the LLVM makefiles work and how to use them.
+
+* `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_
+
+ This is a guide to preparing LLVM releases. Most developers can ignore it.