Skip to content

Conversation

@devnexen
Copy link
Member

Established that build < 1700.4.4.1 tends to fail thus we disable the preserve_none attribute feature for these cases.

…n mac.

Established that build < 1700.4.4.1 tends to fail thus we disable the
preserve_none attribute feature for these cases.
@dktapps
Copy link
Contributor

dktapps commented Dec 25, 2025

This doesn't fix the issue for me. I also don't see any sign of the Apple clang build train message in my config.log.

Output of clang --version if it's helpful:

% clang --version
Apple clang version 17.0.0 (clang-1700.0.13.5)
Target: arm64-apple-darwin24.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin

@devnexen devnexen marked this pull request as draft December 25, 2025 20:37
@dktapps
Copy link
Contributor

dktapps commented Dec 25, 2025

Removing the -n from the sed command allowed it to check the version, but the check still passes. Looks like AS_VERSION_COMPARE doesn't understand it.

It might be better to use this, which is defined by clang:

#define __apple_build_version__ 17000013

The working version should be 17000404 I believe.

@devnexen
Copy link
Member Author

let me know if this is working out for you this time. Cheers.

@dktapps
Copy link
Contributor

dktapps commented Dec 26, 2025

Yep, that did the trick

@devnexen devnexen marked this pull request as ready for review December 26, 2025 00:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compile fail on macOS 15.5 fatal error: error in backend: failed to perform tail call elimination on a call site marked musttail

2 participants