diff options
author | Sylvestre Ledru <sylvestre@debian.org> | 2019-10-19 09:27:14 +0000 |
---|---|---|
committer | Sylvestre Ledru <sylvestre@debian.org> | 2019-10-19 09:27:14 +0000 |
commit | 963e0d6755cd7b79c96a6b167460e1c9ed3f8353 (patch) | |
tree | 8ac8eb2ef3a45f37e1a303b906557cc588b1bc76 | |
parent | bdcad0aca0a05145364ee153a8f54af4aea2c445 (diff) | |
download | bcm5719-llvm-963e0d6755cd7b79c96a6b167460e1c9ed3f8353.tar.gz bcm5719-llvm-963e0d6755cd7b79c96a6b167460e1c9ed3f8353.zip |
Make it clear in the doc that 'all' in LLVM_ENABLE_PROJECTS does install ALL projects
llvm-svn: 375337
-rw-r--r-- | llvm/docs/CMake.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CMake.rst b/llvm/docs/CMake.rst index 9cc5f63bec9..6e385d8cde8 100644 --- a/llvm/docs/CMake.rst +++ b/llvm/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 |