From 0b69f98f0cbe886d7c23ae5683f5ae2d96f6034d Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 19 Oct 2019 09:27:14 +0000 Subject: [PATCH] Make it clear in the doc that 'all' in LLVM_ENABLE_PROJECTS does install ALL projects llvm-svn: 375337 --- docs/CMake.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CMake.rst b/docs/CMake.rst index 9cc5f63bec9..6e385d8cde8 100644 --- a/docs/CMake.rst +++ b/docs/CMake.rst @@ -369,7 +369,7 @@ LLVM-specific variables **LLVM_ENABLE_PROJECTS**:STRING Semicolon-separated list of projects to build, or *all* for building all - (clang, libcxx, libcxxabi, lldb, compiler-rt, lld, polly) projects. + (clang, libcxx, libcxxabi, lldb, compiler-rt, lld, polly, etc) projects. This flag assumes that projects are checked out side-by-side and not nested, i.e. clang needs to be in parallel of llvm instead of nested in `llvm/tools`. This feature allows to have one build for only LLVM and another for clang+llvm