[PATCH] D110124: [NFC] Update the list of subprojects in docs.
OGINO Masanori via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 20 21:01:07 PDT 2021
omasanori created this revision.
Herald added a reviewer: sscalpone.
omasanori requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.
Signed-off-by: Masanori Ogino <masanori.ogino at gmail.com>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D110124
Files:
llvm/docs/GettingStarted.rst
Index: llvm/docs/GettingStarted.rst
===================================================================
--- llvm/docs/GettingStarted.rst
+++ llvm/docs/GettingStarted.rst
@@ -615,8 +615,10 @@
| | other LLVM subprojects to additionally build. (Only|
| | effective when using a side-by-side project layout |
| | e.g. via git). The default list is empty. Can |
-| | include: clang, libcxx, libcxxabi, libunwind, lldb,|
-| | compiler-rt, lld, polly, or debuginfo-tests. |
+| | include: clang, clang-tools-extra, compiler-rt, |
+| | cross-project-tests, libc, libclc, libcxx, |
+| | libcxxabi, libunwind, lld, lldb, mlir, openmp, |
+| | parallel-libs, polly, pstl, or flang. |
+-------------------------+----------------------------------------------------+
| LLVM_ENABLE_SPHINX | Build sphinx-based documentation from the source |
| | code. This is disabled by default because it is |
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110124.373776.patch
Type: text/x-patch
Size: 1175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210921/f9de6a37/attachment.bin>
More information about the llvm-commits
mailing list