[PATCH] D110124: [NFC] Update the list of subprojects in docs.

OGINO Masanori via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 21 04:44:49 PDT 2021


omasanori updated this revision to Diff 373863.
omasanori added a comment.

Re-order subprojects alphabetically.

It addresses comments by Diana Picus. Thanks for reviewing!


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110124/new/

https://reviews.llvm.org/D110124

Files:
  README.md
  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, flang, libc, libclc, libcxx,  |
+|                         | libcxxabi, libunwind, lld, lldb, mlir, openmp,     |
+|                         | parallel-libs, polly, or pstl.                     |
 +-------------------------+----------------------------------------------------+
 | LLVM_ENABLE_SPHINX      | Build sphinx-based documentation from the source   |
 |                         | code. This is disabled by default because it is    |
Index: README.md
===================================================================
--- README.md
+++ README.md
@@ -65,8 +65,9 @@
 
         * ``-DLLVM_ENABLE_PROJECTS='...'`` --- semicolon-separated list of the LLVM
           sub-projects you'd like to additionally build. Can include any of: clang,
-          clang-tools-extra, libcxx, libcxxabi, libunwind, lldb, compiler-rt, lld,
-          polly, or cross-project-tests.
+          clang-tools-extra, compiler-rt,cross-project-tests, flang, libc, libclc,
+          libcxx, libcxxabi, libunwind, lld, lldb, mlir, openmp, parallel-libs,
+          polly, or pstl.
 
           For example, to build LLVM, Clang, libcxx, and libcxxabi, use
           ``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110124.373863.patch
Type: text/x-patch
Size: 1935 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210921/02b75a8f/attachment.bin>


More information about the llvm-commits mailing list