This is an archive of the discontinued LLVM Phabricator instance.

[lbc++][nfc] Use _LIBCPP_HIDE_FROM_ABI.
ClosedPublic

Authored by Mordante on Jul 20 2021, 10:32 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Summary

This replaces _LIBCPP_INLINE_VISIBILITY with _LIBCPP_HIDE_FROM_ABI. It's
not intended to do for other parts of libc++. This change makes it easy
to search and replace all occurrences of the patches in review.

Note I intent do land this after the CI passes since the change is
trivial.

Diff Detail

Event Timeline

Mordante requested review of this revision.Jul 20 2021, 10:32 AM
Mordante created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptJul 20 2021, 10:32 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 20 2021, 12:23 PM
This revision is now accepted and ready to land.Jul 20 2021, 12:23 PM