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
Since the switch to clang 17, a few feedstocks seem to be running into errors that look like this:
Undefined symbols for architecture x86_64:
"__availability_version_check", referenced from:
___isPlatformVersionAtLeast in libclang_rt.osx.a(os_version_check.c.o)
__initializeAvailabilityCheck in libclang_rt.osx.a(os_version_check.c.o)
From looking for that symbol in the LLVM sources and looking at the recent changes, I'm presuming this has something to do with the following patch: llvm/llvm-project@b653a28
The text was updated successfully, but these errors were encountered:
Since the switch to clang 17, a few feedstocks seem to be running into errors that look like this:
From looking for that symbol in the LLVM sources and looking at the recent changes, I'm presuming this has something to do with the following patch: llvm/llvm-project@b653a28
The text was updated successfully, but these errors were encountered: