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
Introduce fake symbols that were present with the old concurrency ABI.
The concurrency ABI has shifted considerably, including renaming many
symbols. However, there remain some existing libraries that link
against these symbols and aren't necessarily immediately rebuilt. Add
some "fake" symbols for the ones that we need, so those existing
libraries can link against a new `_Concurrency` library... even though
the resulting binary would not be able to execute. This is a grotesque
hack and a stop-gap.
Speculative fix for rdar://79298287.
0 commit comments