Open
Description
This was found while building python-3.11.4
using clang-17
.
The change which introduced this problem is Declare _availability_version_check as weak_import instead of looking it.
Reverting this change and rebuilding compiler_rt
allows python
to build and run.
It appears that this change came directly from Apple. It seems that this change needs some more consideration, or the project needs to say that llvm-17 is not supported on macOS / Darwin before versions such-and-such
.
Metadata
Metadata
Assignees
Type
Projects
Status
Needs Triage