diff --git a/Cargo.lock b/Cargo.lock index 0f844bb5e4e..85128edd95c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -45,22 +45,22 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "cranelift-bforest" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ - "cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", ] [[package]] name = "cranelift-codegen" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-bforest 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-codegen-meta 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-bforest 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen-meta 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen-shared 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -69,29 +69,29 @@ dependencies = [ [[package]] name = "cranelift-codegen-meta" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ - "cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen-shared 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", ] [[package]] name = "cranelift-codegen-shared" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" [[package]] name = "cranelift-entity" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" [[package]] name = "cranelift-frontend" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ - "cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -99,44 +99,44 @@ dependencies = [ [[package]] name = "cranelift-module" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ - "cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-native" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ - "cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-object" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ - "cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", "object 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)", "target-lexicon 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "cranelift-simplejit" -version = "0.52.0" -source = "git+https://github.com/bytecodealliance/cranelift/#f4684ccdefd5841dc02a8d3db377de60231a0126" +version = "0.54.0" +source = "git+https://github.com/bytecodealliance/cranelift/#3268b0d11f6646b95e250d9f5eba22756434bcef" dependencies = [ - "cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-native 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-native 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -327,11 +327,11 @@ version = "0.1.0" dependencies = [ "ar 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-frontend 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-object 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", - "cranelift-simplejit 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-frontend 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-object 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", + "cranelift-simplejit 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)", "gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)", "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", @@ -460,16 +460,16 @@ source = "registry+https://github.com/rust-lang/crates.io-index" "checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd" "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" -"checksum cranelift-bforest 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-codegen-meta 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-frontend 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-native 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-object 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" -"checksum cranelift-simplejit 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-bforest 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-codegen-meta 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-codegen-shared 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-frontend 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-native 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-object 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" +"checksum cranelift-simplejit 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "" "checksum crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1" "checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e" "checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067" diff --git a/src/lib.rs b/src/lib.rs index e4eb4147ce3..cc7c0bb5a63 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -248,7 +248,7 @@ fn build_isa(sess: &Session, enable_pic: bool) -> Box