Skip to content
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

Set all llvm targets when compiling for mac #276

Merged
merged 2 commits into from
May 22, 2024
Merged

Conversation

idavis
Copy link
Collaborator

@idavis idavis commented May 22, 2024

When cross compiling LLVM on macos, the LLVM target (platforms it targets, not the build arch) was always set to NATIVE which would be x86_64 for ADO builds. As such, when the universal and aarch64 builds are created, they would run correctly until you tried to use LLVM.

@idavis idavis requested review from minestarks and swernli as code owners May 22, 2024 03:49
@idavis idavis merged commit c02430a into main May 22, 2024
15 checks passed
@idavis idavis deleted the iadavis/llvm-target branch May 22, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants