summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2019-10-19 09:55:24 +0000
committerSylvestre Ledru <sylvestre@debian.org>2019-10-19 09:55:24 +0000
commit751e0bb6af33786339761173e61d6e37b752836e (patch)
treedf35e2fddaf8e302472ffbb0c3f44ec96768275f
parent81a01e73faabb574bc0a8606de560c5c671e8801 (diff)
downloadbcm5719-llvm-751e0bb6af33786339761173e61d6e37b752836e.tar.gz
bcm5719-llvm-751e0bb6af33786339761173e61d6e37b752836e.zip
Explicit in the doc the current list of projects (with easy copy and paste)
llvm-svn: 375339
-rw-r--r--llvm/docs/CMake.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst
index 6e385d8cde8..3fd3ee31307 100644
--- a/llvm/docs/CMake.rst
+++ b/llvm/docs/CMake.rst
@@ -374,6 +374,8 @@ LLVM-specific variables
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
using the same source checkout.
+ The full list is:
+ ``clang;clang-tools-extra;compiler-rt;debuginfo-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;llgo;openmp;parallel-libs;polly;pstl``
**LLVM_EXTERNAL_PROJECTS**:STRING
Semicolon-separated list of additional external projects to build as part of
OpenPOWER on IntegriCloud