X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2Fdevelopment_process.rst;h=4fc20b34129db499509f1b624a3a490ad6fb280e;hb=92080529a05e223303a75d83008f804fd518aba7;hp=9d0d2f9858cb2f3db8c440b4e70a08c36e78c9f6;hpb=9e22640b143c09ae02641ef7f544c021190d94d0;p=oota-llvm.git diff --git a/docs/development_process.rst b/docs/development_process.rst index 9d0d2f9858c..4fc20b34129 100644 --- a/docs/development_process.rst +++ b/docs/development_process.rst @@ -6,26 +6,25 @@ Development Process Documentation .. toctree:: :hidden: + MakefileGuide Projects -\ +* :ref:`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. - 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 Documentation `_ + Describes the LLVMBuild organization and files used by LLVM to specify + component descriptions. - Describes the LLVMBuild organization and files used by LLVM to specify - component descriptions. +* :ref:`makefile_guide` - * `LLVM Makefile Guide `_ + Describes how the LLVM makefiles work and how to use them. - Describes how the LLVM makefiles work and how to use them. +* `How To Release LLVM To The Public `_ - * `How To Release LLVM To The Public `_ - - This is a guide to preparing LLVM releases. Most developers can ignore it. + This is a guide to preparing LLVM releases. Most developers can ignore it.