-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tier 1 Support for x86_64 macOS #4897
Comments
I couldn't get the latest version of Zig to build on macOS Catalina. Is the build problem that I'm having related to this issue? Here's the error that I'm getting:
cmake 3.17.0_1 |
@robinsoncol Homebrew’s LLVM is misconfigured: Homebrew/homebrew-core#52352 Edit: I was mistaken. Workaround is LLVM makes it impossible to configure this in a robust way. Discussion in #4799 (comment) and upstream https://bugs.llvm.org/show_bug.cgi?id=44870 |
@andrewrk can we revisit this? Out of the list posted in the issue's description:
only the 3rd bullet is still relevant (and probably will be for quite some time); however, the rest seems addressed by now including shipping libc headers for both |
I agree, thanks to your diligent work, zig now has tier 1 support for x86_64-macos! Would you like to do the honors of closing this issue? |
Oh absolutely, thanks! |
PR upgrading |
I just demoted macOS from Tier 1 to Tier 2 support on the support table, because the requirements for Tier 1 say this:
Here are some of the roadblocks for cross-compiling targeting macOS:
LLD linker macho code is unmaintainedthis is actually resolved nowThe text was updated successfully, but these errors were encountered: