[llvm] r375337 - Make it clear in the doc that 'all' in LLVM_ENABLE_PROJECTS does install ALL projects
Sylvestre Ledru via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 19 02:27:15 PDT 2019
Author: sylvestre
Date: Sat Oct 19 02:27:14 2019
New Revision: 375337
URL: http://llvm.org/viewvc/llvm-project?rev=375337&view=rev
Log:
Make it clear in the doc that 'all' in LLVM_ENABLE_PROJECTS does install ALL projects
Modified:
llvm/trunk/docs/CMake.rst
Modified: llvm/trunk/docs/CMake.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CMake.rst?rev=375337&r1=375336&r2=375337&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Sat Oct 19 02:27:14 2019
@@ -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
More information about the llvm-commits
mailing list