From db0486c46fe187475e4b01a401e14b2def593733 Mon Sep 17 00:00:00 2001 From: David Blaikie Date: Thu, 21 Oct 2021 13:40:29 -0700 Subject: Remove unused parallel-libs project Differential Revision: https://reviews.llvm.org/D112265 --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index af5b46c..303721f 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"``. -- cgit v1.1