summaryrefslogtreecommitdiff
path: root/docs/LLVMBuild.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/LLVMBuild.rst')
-rw-r--r--docs/LLVMBuild.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/LLVMBuild.rst b/docs/LLVMBuild.rst
index 58f6f4d20a041..0200f78bfb7f4 100644
--- a/docs/LLVMBuild.rst
+++ b/docs/LLVMBuild.rst
@@ -49,8 +49,7 @@ Build Integration
The LLVMBuild files themselves are just a declarative way to describe
the project structure. The actual building of the LLVM project is
-handled by another build system (currently we support both
-:doc:`Makefiles <MakefileGuide>` and :doc:`CMake <CMake>`).
+handled by another build system (See: :doc:`CMake <CMake>`).
The build system implementation will load the relevant contents of the
LLVMBuild files and use that to drive the actual project build.