This is an archive of the discontinued LLVM Phabricator instance.

[libc++abi] Mark __cxa_new_handler with _LIBCPP_SAFE_STATIC
ClosedPublic

Authored by ldionne on Sep 30 2021, 11:18 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rGd9346f525595: [libc++abi] Mark __cxa_new_handler with _LIBCPP_SAFE_STATIC
Summary

For consistency with the other handlers, and because requiring constant
initialization whenever we can is a good thing.

Diff Detail

Event Timeline

ldionne requested review of this revision.Sep 30 2021, 11:18 AM
ldionne created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2021, 11:18 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Oct 5 2021, 11:28 AM
This revision is now accepted and ready to land.Oct 5 2021, 11:28 AM