diff options
Diffstat (limited to 'llvm/docs/development_process.rst')
-rw-r--r-- | llvm/docs/development_process.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/docs/development_process.rst b/llvm/docs/development_process.rst index 4fc20b34129..74324b98a60 100644 --- a/llvm/docs/development_process.rst +++ b/llvm/docs/development_process.rst @@ -8,6 +8,7 @@ Development Process Documentation MakefileGuide Projects + LLVMBuild * :ref:`projects` @@ -16,7 +17,7 @@ Development Process Documentation 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>`_ +* :doc:`LLVMBuild` Describes the LLVMBuild organization and files used by LLVM to specify component descriptions. |