-
Notifications
You must be signed in to change notification settings - Fork 13k
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
add LLVM bindings for self-hosted compiler #110
Comments
This is part-way done, but needs more work. Pretty straightforward semi-mechanical translation from llvm-c/Core.h and friends. |
Done long ago |
oli-obk
pushed a commit
to oli-obk/rust
that referenced
this issue
Jul 19, 2017
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Add boolean literal's grammar
eddyb
pushed a commit
to eddyb/rust
that referenced
this issue
Jun 30, 2020
Fix compilation for the latest nightly
bjorn3
pushed a commit
to bjorn3/rust
that referenced
this issue
Dec 31, 2021
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Workaround for issue rust-lang#95 * Print types in assert statement Co-authored-by: Nathan Chong <[email protected]>
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Self-hosted compiler will require bindings to LLVM.
The text was updated successfully, but these errors were encountered: