[libcxx-commits] [PATCH] D149599: [libc++][PSTL] Reduce the amount of transitive includes

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue May 2 09:58:48 PDT 2023


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

Try to fix CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149599

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/negate_function.h
  libcxx/include/__algorithm/pstl_any_all_none_of.h
  libcxx/include/__algorithm/pstl_find.h
  libcxx/include/__memory/allocator.h
  libcxx/include/__pstl/internal/execution_defs.h
  libcxx/include/__pstl/internal/execution_impl.h
  libcxx/include/__pstl/internal/parallel_backend_utils.h
  libcxx/include/__pstl/internal/parallel_impl.h
  libcxx/include/__pstl/internal/unseq_backend_simd.h
  libcxx/include/__pstl/internal/utils.h
  libcxx/include/__utility/terminate_on_exception.h
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/libcxx/transitive_includes/cxx2b.csv
  libcxx/test/support/test_execution_policies.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149599.518780.patch
Type: text/x-patch
Size: 11634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230502/b5639e52/attachment.bin>


More information about the libcxx-commits mailing list