Daniel Dunbar | 21e993c | 2012-04-19 16:31:37 +0000 | [diff] [blame^] | 1 | .. _development_process: |
| 2 | |
| 3 | Development Process Documentation |
| 4 | ================================= |
| 5 | |
| 6 | * `LLVM Project Guide <Projects.html>`_ |
| 7 | |
| 8 | How-to guide and templates for new projects that *use* the LLVM |
| 9 | infrastructure. The templates (directory organization, Makefiles, and test |
| 10 | tree) allow the project code to be located outside (or inside) the ``llvm/`` |
| 11 | tree, while using LLVM header files and libraries. |
| 12 | |
| 13 | * `LLVMBuild Documentation <LLVMBuild.html>`_ |
| 14 | |
| 15 | Describes the LLVMBuild organization and files used by LLVM to specify |
| 16 | component descriptions. |
| 17 | |
| 18 | * `LLVM Makefile Guide <MakefileGuide.html>`_ |
| 19 | |
| 20 | Describes how the LLVM makefiles work and how to use them. |
| 21 | |
| 22 | * `How To Release LLVM To The Public <HowToReleaseLLVM.html>`_ |
| 23 | |
| 24 | This is a guide to preparing LLVM releases. Most developers can ignore it. |