diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-25 15:19:40 +0100 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2023-01-25 15:19:40 +0100 |
| commit | 1578b1c73fa2c2ae1b78b5d66f36734f41b968b8 (patch) | |
| tree | 0bf091810d207ad4fdb7c8c04ad9b855c1f3d996 /compiler/rustc_codegen_cranelift/src/lib.rs | |
| parent | ae3aa718a4d70f560b4fe5fb6297f8a8461a1e9e (diff) | |
| download | rust-1578b1c73fa2c2ae1b78b5d66f36734f41b968b8.tar.gz rust-1578b1c73fa2c2ae1b78b5d66f36734f41b968b8.zip | |
Vendor newer version of cranelift-native
It fixes a bug that caused compilation on 32bit x86 to fail
Diffstat (limited to 'compiler/rustc_codegen_cranelift/src/lib.rs')
| -rw-r--r-- | compiler/rustc_codegen_cranelift/src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_codegen_cranelift/src/lib.rs b/compiler/rustc_codegen_cranelift/src/lib.rs index 70d0cc339a8..d3868730557 100644 --- a/compiler/rustc_codegen_cranelift/src/lib.rs +++ b/compiler/rustc_codegen_cranelift/src/lib.rs @@ -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; |
