This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Add a test to make sure that customization points work properly
ClosedPublic

Authored by philnik on May 23 2023, 1:55 PM.

Diff Detail

Event Timeline

philnik created this revision.May 23 2023, 1:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 1:55 PM
philnik requested review of this revision.May 23 2023, 1:55 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 23 2023, 1:55 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik retitled this revision from [libc++][PSTL] Add a test to make sure that customization poinst work properly to [libc++][PSTL] Add a test to make sure that customization points work properly.May 23 2023, 2:46 PM
ldionne accepted this revision.May 24 2023, 8:09 AM
ldionne added a subscriber: ldionne.

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
64–70

Those are missing the _Backend tag.

This revision is now accepted and ready to land.May 24 2023, 8:09 AM
philnik updated this revision to Diff 525251.May 24 2023, 10:35 AM
philnik marked an inline comment as done.

Try to fix CI

philnik updated this revision to Diff 525658.May 25 2023, 9:19 AM

Try to fix CI

philnik updated this revision to Diff 525804.May 25 2023, 2:23 PM

Try to fix CI