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
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D95639
[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 TimelineHerald added subscribers: danielkiss, ributzka, jkorous and 2 others. · View Herald TranscriptJan 28 2021, 2:08 PM This revision is now accepted and ready to land.Jan 28 2021, 2:58 PM Closed by commit rG5f3c4923e4e4: [compiler-rt] Fix AArch64 out-of-line atomics visibility on mach-o (authored by erik.pilkington). · Explain WhyFeb 1 2021, 8:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 320482 compiler-rt/lib/builtins/assembly.h
|