[libcxx-commits] [PATCH] D151573: [libc++][PSTL] Implement std::stable_sort

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jun 1 08:55:04 PDT 2023


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

Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151573

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/serial.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/stable_sort.h
  libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h
  libcxx/include/__algorithm/pstl_stable_sort.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.sort/stable.sort/pstl.stable_sort.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151573.527443.patch
Type: text/x-patch
Size: 15879 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230601/e3e45e8c/attachment.bin>


More information about the libcxx-commits mailing list