]> granicus.if.org Git - llvm/commitdiff
Make it clear in the doc that 'all' in LLVM_ENABLE_PROJECTS does install ALL projects
authorSylvestre Ledru <sylvestre@debian.org>
Sat, 19 Oct 2019 09:27:14 +0000 (09:27 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sat, 19 Oct 2019 09:27:14 +0000 (09:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375337 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CMake.rst

index 9cc5f63bec91a68e0c1271af5199489952560ba6..6e385d8cde888674888eaeb8cd62127edb7c7ed2 100644 (file)
@@ -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