[libcxx-commits] [PATCH] D151375: [libc++][PSTL] Implement std::merge

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri May 26 15:57:26 PDT 2023


philnik updated this revision to Diff 526215.
philnik added a comment.

Try to fix CI


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151375/new/

https://reviews.llvm.org/D151375

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/pstl_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backend.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/merge.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
  libcxx/include/__algorithm/pstl_merge.h
  libcxx/include/__pstl/internal/algorithm_impl.h
  libcxx/include/__pstl/internal/glue_algorithm_impl.h
  libcxx/include/__pstl/internal/parallel_backend_serial.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.merge/pstl.merge.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151375.526215.patch
Type: text/x-patch
Size: 23895 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230526/753bb5e9/attachment-0001.bin>


More information about the libcxx-commits mailing list