This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Move all the OpenMP conditionals into a single block
ClosedPublic

Authored by philnik on May 1 2023, 11:30 AM.

Details

Summary

All the used OpenMP pragmas are available with OpenMP 4.0, so they can all share a single conditional block.

Diff Detail

Event Timeline

philnik created this revision.May 1 2023, 11:30 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:30 AM
philnik requested review of this revision.May 1 2023, 11:30 AM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 2 2023, 11:38 AM

LGTM w/ rebase and green CI

This revision is now accepted and ready to land.May 2 2023, 11:38 AM
philnik updated this revision to Diff 518874.May 2 2023, 3:02 PM

Fix diff

philnik updated this revision to Diff 519087.May 3 2023, 8:35 AM

Try to fix CI

philnik updated this revision to Diff 519497.May 4 2023, 7:59 AM

Next try

This revision was landed with ongoing or failed builds.May 4 2023, 9:31 AM
This revision was automatically updated to reflect the committed changes.