Remove PSTL from the top-level monorepo (#143717)

The RFC for this removal can be found at:
https://discourse.llvm.org/t/rfc-removing-pstl/86807

Note, libc++ still supports PSTL. That support is integrated directly
into the libc++ source tree.

There is no release note for this removal because it's not really clear
that this was user-facing facilities or where such a release note should
live.
This commit is contained in:
Aaron Ballman
2025-06-24 13:26:19 -04:00
committed by GitHub
parent 8763d2968d
commit f8ed45611b
117 changed files with 4 additions and 22172 deletions

View File

@@ -588,7 +588,7 @@ enabled sub-projects. Nearly all of these variable names begin with
The full list is:
``bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly;pstl``
``bolt;clang;clang-tools-extra;compiler-rt;cross-project-tests;libc;libclc;lld;lldb;mlir;openmp;polly``
.. note::
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
The full list is:
``libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;openmp;llvm-libgcc;offload``
``libc;libunwind;libcxxabi;libcxx;compiler-rt;openmp;llvm-libgcc;offload``
To enable all of them, use: