Details
Details
- Reviewers
ldionne - Group Reviewers
Restricted Project - Commits
- rGb1cf54f12e83: [libc++][PSTL] Add a test to make sure that customization points work properly
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
LGTM with green CI, thanks for adding this!
FWIW I think it's reasonable to disable this test when modules are enabled, this is inherently non-modular.
libcxx/include/__algorithm/pstl_backend.h | ||
---|---|---|
70 | Those are missing the _Backend tag. |
Those are missing the _Backend tag.