summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorOGINO Masanori <masanori.ogino@gmail.com>2021-09-21 17:24:48 +0200
committerDiana Picus <diana.picus@linaro.org>2021-09-21 17:27:13 +0200
commit17a26f585127fde64fdf1b2393e90454e81f143c (patch)
treecdc388100bdb053fc7d0672aaeda3c4b347a926a /README.md
parentaf1c5312d76000bf134d8b81cdb7343607c6ee64 (diff)
downloadllvm-17a26f585127fde64fdf1b2393e90454e81f143c.tar.gz
[NFC] Update the list of subprojects in docs.
The updated list is based on the output of cmake -G Ninja -S llvm -B build -DLLVM_ENABLE_PROJECTS='foo'. Differential Revision: https://reviews.llvm.org/D110124
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index edbc4b80d5fb..9c0813b84b82 100644
--- a/README.md
+++ b/README.md
@@ -65,8 +65,9 @@ This is an example work-flow and configuration to get and build the LLVM source:
* ``-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"``.