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

[cmake] Build LLVM bitcode files for different architectures on Darwin. #27

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

neboat
Copy link
Contributor

@neboat neboat commented Jun 9, 2024

This PR fixes multitarget OpenCilk builds on macOS by generating architecture-specific bitcode files for the OpenCilk runtime. When building x86-64 or aarch64 OpenCilk executables on macOS, this change ensures that the program can be compiled using an appropriate architecture-specific bitcode file.

This change requires the changes to the OpenCilk compiler in OpenCilk/opencilk-project#245.

@neboat neboat merged commit f404c2a into OpenCilk:dev Jun 10, 2024
@neboat neboat deleted the dev-darwin-bitcode-multiple-arch branch November 23, 2024 00:24
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.

1 participant