[PATCH] D60480: [libc++] Integrate the PSTL into libc++

Louis Dionne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 12:40:15 PDT 2019


ldionne updated this revision to Diff 208478.
ldionne added a comment.

Make sure we don't warn when we don't find the ParallelSTL package through CMake. In most if not all cases, this lookup will fail and we'll be using the local PSTL inside the monorepo, so we shouldn't be warning in the common case.


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/CMakeLists.txt
  libcxx/include/__config_site.in
  libcxx/include/algorithm
  libcxx/include/execution
  libcxx/include/memory
  libcxx/include/module.modulemap
  libcxx/include/numeric
  libcxx/src/CMakeLists.txt
  libcxx/test/CMakeLists.txt
  libcxx/test/libcxx/double_include.sh.cpp
  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/test/std/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60480.208478.patch
Type: text/x-patch
Size: 9721 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/fcc17f50/attachment.bin>


More information about the llvm-commits mailing list