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

Implement API of nback.llvm using LLVM C API via JNI #19

Closed
jclark opened this issue Jun 7, 2021 · 0 comments · Fixed by #163
Closed

Implement API of nback.llvm using LLVM C API via JNI #19

jclark opened this issue Jun 7, 2021 · 0 comments · Fixed by #163
Assignees
Milestone

Comments

@jclark
Copy link
Contributor

jclark commented Jun 7, 2021

When we do #17, it would also be good if we use an alternative module to nback.llvm that calls the LLVM C API via JNI.

We can use this to do it:

https://github.com/bytedeco/javacpp-presets/tree/master/llvm

This will validate that when we self-host we will be able to easily switch to the C API.

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 a pull request may close this issue.

2 participants