[libcxx-commits] [PATCH] D60480: [libc++] Integrate the PSTL into libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Jul 4 11:39:33 PDT 2019


ldionne updated this revision to Diff 208065.
ldionne edited the summary of this revision.
ldionne added a comment.

Use a local lit cfg to disable pstl tests and always include the definition of
algorithms in the headers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D60480

Files:
  libcxx/CMakeLists.txt
  libcxx/include/__config_site.in
  libcxx/include/algorithm
  libcxx/include/execution
  libcxx/include/memory
  libcxx/include/numeric
  libcxx/src/CMakeLists.txt
  libcxx/test/CMakeLists.txt
  libcxx/test/lit.site.cfg.in
  libcxx/test/std/pstl
  libcxx/utils/libcxx/test/config.py
  libcxxabi/src/CMakeLists.txt
  llvm/projects/CMakeLists.txt
  pstl/include/pstl/internal/execution_impl.h
  pstl/include/pstl/internal/glue_algorithm_impl.h
  pstl/include/pstl/internal/glue_memory_impl.h
  pstl/include/pstl/internal/glue_numeric_impl.h
  pstl/test/std/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60480.208065.patch
Type: text/x-patch
Size: 10179 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190704/d13fe69f/attachment-0001.bin>


More information about the libcxx-commits mailing list