3 Commits

Author SHA1 Message Date
Louis Dionne
3350ec9b3e [libc++] Add missing 'return 0' from main functions in tests 2023-06-19 13:43:34 -04:00
Nikolas Klauser
e7e3711885 [libc++][PSTL] Make the PSTL available by default under -fexperimental-library
This removes the need for a custom libc++ build to have a basic set of PSTL algorithms.

Reviewed By: ldionne, #libc

Spies: miyuki, libcxx-commits, arichardson

Differential Revision: https://reviews.llvm.org/D149624
2023-05-05 13:53:17 -07:00
Nikolas Klauser
ebc05b93a1 [libc++][PSTL] Implement <execution> contents
Reviewed By: ldionne, #libc

Spies: libcxx-commits, arichardson

Differential Revision: https://reviews.llvm.org/D141888
2023-04-29 20:41:38 -07:00