Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGd51a84b4059c: [libc++][PSTL] Implement std::stable_sort
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| libcxx/include/CMakeLists.txt | ||
|---|---|---|
| 74 | Missing docs for __pstl_stable_sort too. | |
| libcxx/include/__algorithm/pstl_backends/cpu_backend.h | ||
| 46 | Missing docs? | |
| libcxx/include/__algorithm/pstl_backends/cpu_backends/serial.h | ||
| 34 | Let's remove the size_t = 0 unless it has a purpose. | |
| libcxx/include/__algorithm/pstl_backends/cpu_backends/thread.h | ||
| 38 | Same here for = 0. | |
Comment Actions
This looks to be causing breakages in sanitizer buildbots:
(intel)
https://lab.llvm.org/buildbot/#/builders/74/builds/19607
https://lab.llvm.org/buildbot/#/builders/168/builds/13779
(arm)
https://lab.llvm.org/buildbot/#/builders/239/builds/2536
https://lab.llvm.org/buildbot/#/builders/236/builds/4438
Missing docs for __pstl_stable_sort too.