This is an archive of the discontinued LLVM Phabricator instance.

[libc++][PSTL] Replace _PSTL_ASSERT with _LIBCPP_ASSERT
ClosedPublic

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

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGe12d8f597bde: [libc++][PSTL] Replace _PSTL_ASSERT with _LIBCPP_ASSERT

Diff Detail

Event Timeline

philnik created this revision.May 1 2023, 11:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:57 AM
philnik requested review of this revision.May 1 2023, 11:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 1 2023, 11:57 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 2 2023, 11:40 AM
ldionne added inline comments.
libcxx/include/__pstl/internal/parallel_backend_utils.h
12–14

You should include <__assert> here and in the other headers that now use _LIBCPP_ASSERT.

This revision is now accepted and ready to land.May 2 2023, 11:40 AM
philnik updated this revision to Diff 518879.May 2 2023, 3:14 PM
philnik marked an inline comment as done.

Address comments

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