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
[Build] Turn off -undefined-version when building with lld
Newer lld defaults to `-no-undefined-version`, which breaks the build
because of various symbols that are (a) versioned and (b) not always
defined (depending on platform).
rdar://123436280
0 commit comments