Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 1 | .. _development_process: |
| 2 | |
| 3 | Development Process Documentation |
| 4 | ================================= |
| 5 | |
Bill Wendling | 9e22640 | 2012-06-19 22:25:41 +0000 | [diff] [blame^] | 6 | .. toctree:: |
| 7 | :hidden: |
| 8 | |
| 9 | Projects |
| 10 | |
| 11 | \ |
| 12 | |
| 13 | * :ref:`projects` |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 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 | * `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. |