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 | |
Bill Wendling | 9059390 | 2012-06-20 04:20:39 +0000 | [diff] [blame] | 9 | MakefileGuide |
| 10 | Projects |
Bill Wendling | 9e22640 | 2012-06-19 22:25:41 +0000 | [diff] [blame] | 11 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 12 | * :ref:`projects` |
Bill Wendling | 9e22640 | 2012-06-19 22:25:41 +0000 | [diff] [blame] | 13 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 14 | How-to guide and templates for new projects that *use* the LLVM |
| 15 | infrastructure. The templates (directory organization, Makefiles, and test |
| 16 | tree) allow the project code to be located outside (or inside) the ``llvm/`` |
| 17 | tree, while using LLVM header files and libraries. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 18 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 19 | * `LLVMBuild Documentation <LLVMBuild.html>`_ |
Bill Wendling | 2c8293d | 2012-06-20 02:57:56 +0000 | [diff] [blame] | 20 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 21 | Describes the LLVMBuild organization and files used by LLVM to specify |
| 22 | component descriptions. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 23 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 24 | * :ref:`makefile_guide` |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 25 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 26 | Describes how the LLVM makefiles work and how to use them. |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 27 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 28 | * `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_ |
Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame] | 29 | |
Bill Wendling | 6062958 | 2012-06-20 11:53:08 +0000 | [diff] [blame] | 30 | This is a guide to preparing LLVM releases. Most developers can ignore it. |