summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Blaikie <dblaikie@gmail.com>2021-10-21 13:40:29 -0700
committerDavid Blaikie <dblaikie@gmail.com>2021-10-21 14:34:39 -0700
commitdb0486c46fe187475e4b01a401e14b2def593733 (patch)
tree4deec8c04c980cfabeb48f80c234ee69e339ffe5 /README.md
parent458ed5fcc3626d84fe13db1048dc6742a60f7624 (diff)
downloadllvm-db0486c46fe187475e4b01a401e14b2def593733.tar.gz
Remove unused parallel-libs project
Differential Revision: https://reviews.llvm.org/D112265
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index af5b46c74d9b..303721f8a4da 100644
--- a/README.md
+++ b/README.md
@@ -66,8 +66,7 @@ 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, compiler-rt,cross-project-tests, flang, libc, libclc,
- libcxx, libcxxabi, libunwind, lld, lldb, mlir, openmp, parallel-libs,
- polly, or pstl.
+ libcxx, libcxxabi, libunwind, lld, lldb, mlir, openmp, polly, or pstl.
For example, to build LLVM, Clang, libcxx, and libcxxabi, use
``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.