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

Upgrade to Inkwell 9 (once it's out) #129

Closed
rtfeldman opened this issue Jan 9, 2020 · 1 comment
Closed

Upgrade to Inkwell 9 (once it's out) #129

rtfeldman opened this issue Jan 9, 2020 · 1 comment

Comments

@rtfeldman
Copy link
Sponsor Contributor

rtfeldman commented Jan 9, 2020

LLVM offers a number of features as C intrinsics, including stuff like trap which we might use for cross-platform runtime errors, memcpy, etc. These will apparently be available in Inkwell's upcoming LLVM 9 bindings.

It appears Cranelift already has things like this implemented. So as a stopgap, if we need things like that urgently, we could implement them in Cranelift and leave them unsupported in LLVM until Inkwell's LLVM 9 bindings are ready.

@rtfeldman
Copy link
Sponsor Contributor Author

We're on LLVM 10 now!

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

1 participant