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

Use libLLVM instead of librustc_codegen_llvm #7

Merged
merged 4 commits into from
Jan 2, 2020
Merged

Use libLLVM instead of librustc_codegen_llvm #7

merged 4 commits into from
Jan 2, 2020

Conversation

denzp
Copy link
Owner

@denzp denzp commented Apr 25, 2019

Using the libLLVM gives at least some guarantees as long as the library is shipped with Rust ;)

Former approach with relying on librustc_codegen_llvm will soon become impossible: rust-lang/rust#59752

Fixes #1

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 this pull request may close these issues.

*-pc-windows-msvc Rustc targets are not supported
1 participant