This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Gives ignore external linkage.
ClosedPublic

Authored by Mordante on May 25 2023, 1:01 PM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG5d4281d5493c: [libc++] Gives ignore external linkage.
Summary

A slightly different fix is in D144994.

Diff Detail

Event Timeline

Mordante created this revision.May 25 2023, 1:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 25 2023, 1:01 PM
Mordante updated this revision to Diff 526066.May 26 2023, 8:03 AM

Rebased to fix CI.

Mordante published this revision for review.May 26 2023, 11:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 26 2023, 11:50 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.May 30 2023, 8:48 AM
This revision is now accepted and ready to land.May 30 2023, 8:48 AM
philnik added inline comments.
libcxx/include/tuple
1514–1517

Is the anonymous namespace required? It should already have internal linkage, right?

Mordante marked an inline comment as done.May 30 2023, 9:48 AM
Mordante added inline comments.
libcxx/include/tuple
1514–1517

I think it's not, but I want to keep the diff minimal.

This revision was automatically updated to reflect the committed changes.
Mordante marked an inline comment as done.