-
Notifications
You must be signed in to change notification settings - Fork 751
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
LLVM on ARM64 #768
LLVM on ARM64 #768
Conversation
Yes, please try to add it to the .travis.yml file.
|
Hum, looks like we'll need to do a bit more to get cross-compilation working for LLVM: |
@vb216 Would you like to help with that? It looks like it would work for linux-armhf as well, so we can start there... |
Looks an interesting one, but too many other commitments on at the moment to offer much help right now |
Great! Thanks a lot! |
@loicottet BTW, I see that you've been using these bindings to implement an LLVM backend for Graal's Substrate VM. That's really great! I'm happy to see that JavaCPP is useful for the GraalVM project. If you think of anything else that I can do to help with this or anything else, please let me know! |
@saudet The JavaCPP bindings have definitely been a great help in this project! Being able to target ARM is a big milestone for us and we'll probably need your help when targeting new architectures in the future, I'll let you know! |
I'd need to have the ARM64 binaries included in the org.bytedeco:llvm releases. For now I have managed to compile them locally with these changes, is there a CI I should pass to check it?