Skip to content

Commit db0486c

Browse files
committed
Remove unused parallel-libs project
Differential Revision: https://reviews.llvm.org/D112265
1 parent 458ed5f commit db0486c

31 files changed

+4
-6984
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ This is an example work-flow and configuration to get and build the LLVM source:
6666
* ``-DLLVM_ENABLE_PROJECTS='...'`` --- semicolon-separated list of the LLVM
6767
sub-projects you'd like to additionally build. Can include any of: clang,
6868
clang-tools-extra, compiler-rt,cross-project-tests, flang, libc, libclc,
69-
libcxx, libcxxabi, libunwind, lld, lldb, mlir, openmp, parallel-libs,
70-
polly, or pstl.
69+
libcxx, libcxxabi, libunwind, lld, lldb, mlir, openmp, polly, or pstl.
7170

7271
For example, to build LLVM, Clang, libcxx, and libcxxabi, use
7372
``-DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi"``.

llvm/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ endif()
6464
# LLVM_EXTERNAL_${project}_SOURCE_DIR using LLVM_ALL_PROJECTS
6565
# This allows an easy way of setting up a build directory for llvm and another
6666
# one for llvm+clang+... using the same sources.
67-
set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;parallel-libs;polly;pstl")
67+
set(LLVM_ALL_PROJECTS "clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;mlir;openmp;polly;pstl")
6868
# The flang project is not yet part of "all" projects (see C++ requirements)
6969
set(LLVM_EXTRA_PROJECTS "flang")
7070
# List of all known projects in the mono repo

llvm/docs/CMake.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ enabled sub-projects. Nearly all of these variable names begin with
491491
This feature allows to have one build for only LLVM and another for clang+llvm
492492
using the same source checkout.
493493
The full list is:
494-
``clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;openmp;parallel-libs;polly;pstl``
494+
``clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;libcxx;libcxxabi;libunwind;lld;lldb;openmp;polly;pstl``
495495

496496
**LLVM_ENABLE_RUNTIMES**:STRING
497497
Build libc++, libc++abi or other projects using that a just-built compiler.

llvm/projects/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ foreach(entry ${entries})
1010
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libcxxabi) AND
1111
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/libunwind) AND
1212
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/test-suite) AND
13-
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/parallel-libs) AND
1413
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/openmp) AND
1514
(NOT ${entry} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR}/cross-project-tests))
1615
get_filename_component(entry_name "${entry}" NAME)
@@ -41,7 +40,6 @@ if(${LLVM_BUILD_RUNTIME})
4140
endif()
4241

4342
add_llvm_external_project(dragonegg)
44-
add_llvm_external_project(parallel-libs)
4543
add_llvm_external_project(openmp)
4644

4745
if(LLVM_INCLUDE_TESTS)

llvm/utils/docker/scripts/llvm_checksum/project_tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def CreateLLVMProjects(single_tree_checkout):
6969
# Projects that reside inside 'projects/' in a single source tree checkout.
7070
ORDINARY_PROJECTS = [
7171
"compiler-rt", "dragonegg", "libcxx", "libcxxabi", "libunwind",
72-
"parallel-libs", "test-suite"
72+
"test-suite"
7373
]
7474
# Projects that reside inside 'tools/' in a single source tree checkout.
7575
TOOLS_PROJECTS = ["clang", "lld", "lldb"]

parallel-libs/.clang-format

Lines changed: 0 additions & 2 deletions
This file was deleted.

parallel-libs/.clang-tidy

Lines changed: 0 additions & 17 deletions
This file was deleted.

parallel-libs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

parallel-libs/README.rst

Lines changed: 0 additions & 90 deletions
This file was deleted.

parallel-libs/acxxel/.clang-format

Lines changed: 0 additions & 1 deletion
This file was deleted.

parallel-libs/acxxel/.clang-tidy

Lines changed: 0 additions & 17 deletions
This file was deleted.

parallel-libs/acxxel/CMakeLists.txt

Lines changed: 0 additions & 79 deletions
This file was deleted.

0 commit comments

Comments
 (0)