darling-libcxx/utils
Louis Dionne 56c0bbff3a [libc++] Take 2: Integrate the PSTL into libc++
Summary:
This commit allows specifying LIBCXX_ENABLE_PARALLEL_ALGORITHMS when
configuring libc++ in CMake. When that option is enabled, libc++ will
assume that the PSTL can be found somewhere on the CMake module path,
and it will provide the C++17 parallel algorithms based on the PSTL
(that is assumed to be available).

The commit also adds support for running the PSTL tests as part of
the libc++ test suite.

The first attempt to commit this failed because it exposed a bug in the
tests for modules. Now that this has been fixed, it should be safe to
commit this.

Reviewers: EricWF

Subscribers: mgorny, christof, jkorous, dexonsmith, libcxx-commits, mclow.lists, EricWF

Tags: #libc

Differential Revision: https://reviews.llvm.org/D60480

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@367903 91177308-0d34-0410-b5e6-96231b3b80d8
2019-08-05 18:29:14 +00:00
..
ci [libc++] Allow passing additional CMake arguments in macOS trunk CI script 2019-07-19 18:47:00 +00:00
docker Reconfigure docker builders to be more modular. 2019-06-18 19:31:38 +00:00
google-benchmark [benchmark] Fix win32 link on case-sensitive fs 2019-07-30 20:47:59 +00:00
libcxx [libc++] Take 2: Integrate the PSTL into libc++ 2019-08-05 18:29:14 +00:00
symcheck-blacklists Start libc++ python cleanup and consolidation. 2017-02-09 22:53:14 +00:00
cat_files.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
gen_link_script.py [libcxx] Use relative path for libc++ library when generating script 2019-04-23 22:55:28 +00:00
generate_feature_test_macro_components.py P0722R3: Implement library support for destroying delete 2019-05-23 23:46:44 +00:00
merge_archives.py [libcxx] Use libtool when merging archives on Apple platforms 2019-06-02 01:14:31 +00:00
not.py Tolerate import errors in "not.py" implementation 2019-07-12 01:13:05 +00:00
sym_diff.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00
sym_extract.py Make the sym_diff utilities more useful. 2019-02-12 00:00:43 +00:00
sym_match.py Update more file headers across all of the LLVM projects in the monorepo 2019-01-19 10:56:40 +00:00