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

Shipping LLVM native libraries on mac/arm64 #1091

Closed
oxisto opened this issue Oct 15, 2021 · 3 comments · Fixed by #1092
Closed

Shipping LLVM native libraries on mac/arm64 #1091

oxisto opened this issue Oct 15, 2021 · 3 comments · Fixed by #1092

Comments

@oxisto
Copy link
Contributor

oxisto commented Oct 15, 2021

Great project! We are currently using it to natively access LLVM in our code analysis project. I was wondering.. Would it be possible to ship the LLVM native binaries also for mac/arm64? It seems that this particular combination is missing. Compiling and running it is no issue, so at least there should not be a technical blocker for it.

Keep up the good work!

@saudet
Copy link
Member

saudet commented Oct 16, 2021

Sure, that's perfectly possible! We just need someone to work on it, which could possibly be you? Contributions are welcome!

/cc @supergrecko

@oxisto
Copy link
Contributor Author

oxisto commented Oct 16, 2021

Sure, that's perfectly possible! We just need someone to work on it, which could possibly be you? Contributions are welcome!

/cc @supergrecko

Sure. Could you point me in a direction where to start, I guess it is part of a CI workflow?

@saudet
Copy link
Member

saudet commented Oct 16, 2021

Everything is on the following page, but in this case we only need to add the entries for "macosx-arm64", obviously:
https://github.com/bytedeco/javacpp-presets/wiki/Create-New-Presets

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

Successfully merging a pull request may close this issue.

2 participants