You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IRGen: Backport workaround for rdar://problem/53836960
The Swift 5.1 version of LLVM miscompiles relative references to lazy_ptr symbols for symbols
defined in the same translation unit. Work around that by making GOT equivalents not appear as
GOT equivalents to the backend by withholding `unnamed_addr`. Speculative fix for
rdar://problem/55082864
0 commit comments