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
We are getting the following linker error with Clang 17 (LLVM 17) on osx intel:
[ 93%] Linking CXX executable test_lfortran
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)
ld: symbol(s) not found for architecture x86_64
x86_64-apple-darwin13.4: error: linker command failed with exit code 1 (use -v to see invocation)
We are getting the following linker error with Clang 17 (LLVM 17) on osx intel:
https://dev.azure.com/conda-forge/feedstock-builds/_build/results?buildId=1009656&view=logs&j=a3733481-72bd-515a-076a-bb2a92643e95&t=e8fb3a0d-1847-59c9-62a5-d55cea7e690a
See also #94 (comment), the PR that triggered it.
This error does not happen on macOS/arm.
The only workaround that we know about so far is to use Clang 16 / LLVM 16 for macOS/intel.
The text was updated successfully, but these errors were encountered: