This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Add some missing _LIBCPP_HIDE_FROM_ABI markup
ClosedPublic

Authored by ldionne on Sep 21 2021, 4:54 PM.

Details

Summary

Also, as a fly-by fix, use inline directly to define inline variables
(all compilers support it).

Diff Detail

Event Timeline

ldionne requested review of this revision.Sep 21 2021, 4:54 PM
ldionne created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 21 2021, 4:54 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
Quuxplusone added a subscriber: Quuxplusone.

I'm happy if buildkite is happy!

ldionne accepted this revision.Sep 21 2021, 8:11 PM
This revision is now accepted and ready to land.Sep 21 2021, 8:11 PM
This revision was automatically updated to reflect the committed changes.