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

Apple silicon requires an additional _LLVM_TARGETS #11

Closed
genos opened this issue Aug 18, 2023 · 2 comments
Closed

Apple silicon requires an additional _LLVM_TARGETS #11

genos opened this issue Aug 18, 2023 · 2 comments

Comments

@genos
Copy link

genos commented Aug 18, 2023

Hi again! I hope that my issue raising comes across as intending to help rather than complain; please let me know if I get too noisy/annoying!

In order to get everything to build on my M1 Mac, I needed to add "AArch64" to the _LLVM_TARGETS list in bazel/setup_llvm.bzl. Perhaps this step is obvious to those more in the know, but I wasn't sure of the exact string to put in to get things to build at first ("darwin-arm64"?).

Thanks again for this tutorial!

@j2kun
Copy link
Owner

j2kun commented Aug 18, 2023

No worries, I'll go ahead and add this by default.

@j2kun
Copy link
Owner

j2kun commented Aug 18, 2023

Fixed by 5eb372e

@j2kun j2kun closed this as completed Aug 18, 2023
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

No branches or pull requests

2 participants