Skip to content

Commit ec43b32

Browse files
committed
[runtimes] Remove pstl from the list of supported runtimes
The pstl top-level directory was removed, but we forgot to remove pstl from the list of valid subdirectories.
1 parent a51c1f8 commit ec43b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtimes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ list(INSERT CMAKE_MODULE_PATH 0
3535

3636
# We order libraries to mirror roughly how they are layered, except that compiler-rt can depend
3737
# on libc++, so we put it after.
38-
set(LLVM_DEFAULT_RUNTIMES "libc;libunwind;libcxxabi;pstl;libcxx;compiler-rt;libclc;openmp;offload")
38+
set(LLVM_DEFAULT_RUNTIMES "libc;libunwind;libcxxabi;libcxx;compiler-rt;libclc;openmp;offload")
3939
set(LLVM_SUPPORTED_RUNTIMES "${LLVM_DEFAULT_RUNTIMES};llvm-libgcc;flang-rt;libsycl;orc-rt")
4040
set(LLVM_ENABLE_RUNTIMES "" CACHE STRING
4141
"Semicolon-separated list of runtimes to build, or \"all\" (${LLVM_DEFAULT_RUNTIMES}). Supported runtimes are ${LLVM_SUPPORTED_RUNTIMES}.")

0 commit comments

Comments
 (0)