[llvm] r375339 - Explicit in the doc the current list of projects (with easy copy and paste)

Sylvestre Ledru via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 19 02:55:24 PDT 2019


Author: sylvestre
Date: Sat Oct 19 02:55:24 2019
New Revision: 375339

URL: http://llvm.org/viewvc/llvm-project?rev=375339&view=rev
Log:
Explicit in the doc the current list of projects (with easy copy and paste)

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=375339&r1=375338&r2=375339&view=diff
==============================================================================
--- llvm/trunk/docs/CMake.rst (original)
+++ llvm/trunk/docs/CMake.rst Sat Oct 19 02:55:24 2019
@@ -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




More information about the llvm-commits mailing list