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

LLVM on ARM64 #768

Merged
merged 7 commits into from
Aug 8, 2019
Merged

LLVM on ARM64 #768

merged 7 commits into from
Aug 8, 2019

Conversation

loicottet
Copy link
Contributor

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?

@saudet
Copy link
Member

saudet commented Jul 25, 2019 via email

@saudet
Copy link
Member

saudet commented Jul 26, 2019

Hum, looks like we'll need to do a bit more to get cross-compilation working for LLVM:
https://llvm.org/docs/HowToCrossCompileLLVM.html

@saudet
Copy link
Member

saudet commented Jul 26, 2019

@vb216 Would you like to help with that? It looks like it would work for linux-armhf as well, so we can start there...

@vb216
Copy link
Member

vb216 commented Jul 29, 2019

Looks an interesting one, but too many other commitments on at the moment to offer much help right now

@saudet saudet removed the help wanted label Aug 8, 2019
@saudet saudet merged commit 21e471e into bytedeco:master Aug 8, 2019
@loicottet
Copy link
Contributor Author

Great! Thanks a lot!

@saudet
Copy link
Member

saudet commented Aug 31, 2019

@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!

@loicottet
Copy link
Contributor Author

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants