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
LLVM 16 enabled --no-undefined-version by default in https://reviews.llvm.org/D135402. This caused wide-spread breakage, including in LLVM itself.
We should consider demoting this to a warning, at least for the LLVM 16 release. This will make people aware that there is an issue, without breaking builds.