[libcxx-commits] [PATCH] D60480: [WIP] integration of pstl into libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Apr 9 12:23:11 PDT 2019


ldionne created this revision.
ldionne added a reviewer: rodgert.
Herald added subscribers: libcxx-commits, dexonsmith, jkorous, christof, mgorny.
Herald added a reviewer: EricWF.
Herald added a project: libc++.

TODO:

- We need to only include the headers in C++17 and above
- We can't rely on PSTL for things like push/pop min/max macros and the namespace
- There's a circular dependency between libc++ and libc++abi, which causes normal CMake dependencies not to work for PSTL. Specifically, libc++abi will complain about not having access to pstl/internal/XXX when building.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D60480

Files:
  libcxx/include/algorithm
  libcxx/include/execution
  libcxx/include/memory
  libcxx/include/numeric
  libcxx/lib/CMakeLists.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60480.194378.patch
Type: text/x-patch
Size: 3760 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190409/0d5fdbdd/attachment.bin>


More information about the libcxx-commits mailing list