Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rG244560329603: [libc++][PSTL] Integrate the headers and add a CI job
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
libcxx/cmake/caches/With-pstl.cmake | ||
---|---|---|
2–3 | These should be removed once we move to -fexperimental-library. Can you add a comment? Actually, this whole CI job is going to go away once we move to -fexperimental-library for the PSTL. | |
libcxx/include/CMakeLists.txt | ||
869 | Can we rename all of those to __pstl/FOOOO immediately after this patch? I'd be fine with doing it before as well, both ways work. | |
954 | Not needed anymore. | |
libcxx/include/pstl/internal/pstl_config.h | ||
13–14 | I would remove __pstl_config_site entirely and define _PSTL_PAR_BACKEND_SERIAL temporarily, like you do right now. | |
libcxx/utils/libcxx/test/features.py | ||
212 |
libcxx/utils/libcxx/test/features.py | ||
---|---|---|
212 | In retrospect, we probably do need to keep a with-pstl Lit feature temporarily until we enable it via -fexperimental-library. So I would keep it, but I would *also* introduce FIXME-PSTL-INTEGRATION cause those are semantically different. |
These should be removed once we move to -fexperimental-library. Can you add a comment?
Actually, this whole CI job is going to go away once we move to -fexperimental-library for the PSTL.