[libcxx-commits] [PATCH] D60480: [libc++] Integrate the PSTL into libc++
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Jul 30 14:08:34 PDT 2019
ldionne updated this revision to Diff 212434.
ldionne marked 5 inline comments as done.
ldionne added a comment.
- Invert the logic to avoid defining a __config_site all the time
- Remove calls to find_package to make it obvious we're version-locked with the PSTL
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.212434.patch
Type: text/x-patch
Size: 9629 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20190730/45790db5/attachment-0001.bin>
More information about the libcxx-commits
mailing list