This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Revert the addition of _LIBCPP_HIDE_FROM_ABI and inline in __threading_support
ClosedPublic

Authored by ldionne on Feb 10 2022, 2:14 PM.

Details

Summary

This reverts commit 2722ac65. As explained in D115906, this was actually
unnecessary and it broke the external threading configuration.

Diff Detail

Event Timeline

ldionne requested review of this revision.Feb 10 2022, 2:14 PM
ldionne created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 10 2022, 2:14 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Feb 11 2022, 12:53 PM

The ASAN failure is being fixed separately, it's not related.

This revision is now accepted and ready to land.Feb 11 2022, 12:53 PM
This revision was landed with ongoing or failed builds.Feb 11 2022, 12:54 PM
This revision was automatically updated to reflect the committed changes.