Skip to content

Commit 8c2e2e5

Browse files
committed
Merge commit 'f8ed45611b75' from llvm.org/main into next
Conflicts: llvm/CMakeLists.txt
2 parents f86447a + f8ed456 commit 8c2e2e5

File tree

117 files changed

+4
-22172
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+4
-22172
lines changed

llvm/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ endif()
109109
# This allows an easy way of setting up a build directory for llvm and another
110110
# one for llvm+clang+... using the same sources.
111111
# These projects will be included when "all" is included in LLVM_ENABLE_PROJECTS.
112-
set(LLVM_ALL_PROJECTS "bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libclc;lld;lldb;mlir;openmp;polly;pstl")
112+
set(LLVM_ALL_PROJECTS "bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libclc;lld;lldb;mlir;openmp;polly")
113113

114114
# Add tapi to the list of llvm projects.
115115
set(LLVM_ALL_PROJECTS "${LLVM_ALL_PROJECTS};tapi")
@@ -145,7 +145,7 @@ endforeach()
145145
# As we migrate runtimes to using the bootstrapping build, the set of default runtimes
146146
# should grow as we remove those runtimes from LLVM_ENABLE_PROJECTS above.
147147
set(LLVM_DEFAULT_RUNTIMES "libcxx;libcxxabi;libunwind")
148-
set(LLVM_SUPPORTED_RUNTIMES "libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;llvm-libgcc;offload;flang-rt;libclc")
148+
set(LLVM_SUPPORTED_RUNTIMES "libc;libunwind;libcxxabi;libcxx;compiler-rt;openmp;llvm-libgcc;offload;flang-rt;libclc")
149149
set(LLVM_ENABLE_RUNTIMES "" CACHE STRING
150150
"Semicolon-separated list of runtimes to build, or \"all\" (${LLVM_DEFAULT_RUNTIMES}). Supported runtimes are ${LLVM_SUPPORTED_RUNTIMES}.")
151151
if(LLVM_ENABLE_RUNTIMES STREQUAL "all")

llvm/docs/CMake.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ enabled sub-projects. Nearly all of these variable names begin with
588588

589589
The full list is:
590590

591-
``bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly;pstl``
591+
``bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly``
592592

593593
.. note::
594594
Some projects listed here can also go in ``LLVM_ENABLE_RUNTIMES``. They
@@ -610,7 +610,7 @@ enabled sub-projects. Nearly all of these variable names begin with
610610

611611
The full list is:
612612

613-
``libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;llvm-libgcc;offload``
613+
``libc;libunwind;libcxxabi;libcxx;compiler-rt;openmp;llvm-libgcc;offload``
614614

615615
To enable all of them, use:
616616

pstl/.clang-format

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

pstl/CMakeLists.txt

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

pstl/CREDITS.txt

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

0 commit comments

Comments
 (0)