This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Change linkage for some functions.
ClosedPublic

Authored by Mordante on Mar 19 2023, 10:08 AM.

Details

Reviewers
philnik
Group Reviewers
Restricted Project
Commits
rG40f2f2f55189: [libc++] Change linkage for some functions.
Summary

Internal linkages fails when building libc++ with modules. Using
internal linkage is headers seems questionable to change the linkage.

Diff Detail

Event Timeline

Mordante created this revision.Mar 19 2023, 10:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2023, 10:08 AM
Mordante requested review of this revision.Mar 19 2023, 10:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 19 2023, 10:08 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
philnik accepted this revision.Mar 19 2023, 10:44 AM
This revision is now accepted and ready to land.Mar 19 2023, 10:44 AM
This revision was landed with ongoing or failed builds.Mar 19 2023, 11:50 AM
This revision was automatically updated to reflect the committed changes.