Closed denzp closed 4 years ago
Using the libLLVM gives at least some guarantees as long as the library is shipped with Rust ;)
libLLVM
Former approach with relying on librustc_codegen_llvm will soon become impossible: https://github.com/rust-lang/rust/pull/59752
librustc_codegen_llvm
Fixes #1
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: https://github.com/rust-lang/rust/pull/59752Fixes #1