Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [pstl] Remove the stdlib headers from the PSTL and move them to the tests | Louis Dionne | 2019-04-16 | 4 | -0/+128 |
Summary: PSTL should not provide those headers since they belong to the standard library. Instead, we define a dummy standard library in the tests that provides those headers. Reviewers: rodgert, MikeDvorskiy Subscribers: mgorny, jkorous, dexonsmith, libcxx-commits Tags: #libc Differential Revision: https://reviews.llvm.org/D60535 llvm-svn: 358497 |