Vendor newer version of cranelift-native

It fixes a bug that caused compilation on 32bit x86 to fail
This commit is contained in:
bjorn3
2023-01-25 15:19:40 +01:00
parent ae3aa718a4
commit 1578b1c73f
4 changed files with 273 additions and 2 deletions

View File

@@ -57,6 +57,8 @@ mod compiler_builtins;
mod concurrency_limiter;
mod config;
mod constant;
// FIXME revert back to the external crate with Cranelift 0.93
mod cranelift_native;
mod debuginfo;
mod discriminant;
mod driver;