[libcxx-commits] [PATCH] D149686: [libc++][PSTL] Add more specialized backend customization points
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed May 10 10:47:16 PDT 2023
philnik updated this revision to Diff 521036.
philnik added a comment.
Herald added a subscriber: arichardson.
Try to fix CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149686/new/
https://reviews.llvm.org/D149686
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/backend.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/for_each.h
libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h
libcxx/include/__algorithm/pstl_for_each.h
libcxx/include/__algorithm/pstl_frontend_dispatch.h
libcxx/include/__config
libcxx/include/__type_traits/is_execution_policy.h
libcxx/include/execution
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/utils/data/ignore_format.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149686.521036.patch
Type: text/x-patch
Size: 21069 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230510/73529cf9/attachment-0001.bin>
More information about the libcxx-commits
mailing list