This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] Fix AArch64 out-of-line atomics visibility on mach-o
ClosedPublic

Authored by erik.pilkington on Jan 28 2021, 2:08 PM.

Details

Summary

This fixes an apparent oversight in D91156, where the symbol was defined without the leading underscore, then the visibility was later declared with it. rdar://73364185

Diff Detail

Event Timeline

erik.pilkington requested review of this revision.Jan 28 2021, 2:08 PM
ilinpv accepted this revision.Jan 28 2021, 2:58 PM

Yes, I missed it, thanks for fix!

This revision is now accepted and ready to land.Jan 28 2021, 2:58 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 1 2021, 8:29 AM
Herald added a subscriber: Restricted Project. · View Herald Transcript