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
rust: allow list __availability_version_check weak symbol
Upgrading to LLVM 17 on macOS broke our weak symbol validation.
Turns out compiler-rt started making this a weak symbol instead
of looking for it manually at runtime.
We allow list the symbol as we do other weak symbols injected by
the LLVM toolchain.
0 commit comments