Update Cranelift

This commit is contained in:
bjorn3 2020-01-14 13:55:08 +01:00
parent b44d6311ca
commit b22b184969
2 changed files with 52 additions and 52 deletions

102
Cargo.lock generated
View File

@ -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/)" = "<none>"
"checksum cranelift-codegen 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen-meta 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen-shared 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-entity 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-frontend 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-module 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-native 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-object 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-simplejit 0.52.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-bforest 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen-meta 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-codegen-shared 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-entity 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-frontend 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-module 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-native 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-object 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"checksum cranelift-simplejit 0.54.0 (git+https://github.com/bytecodealliance/cranelift/)" = "<none>"
"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"

View File

@ -248,7 +248,7 @@ fn build_isa(sess: &Session, enable_pic: bool) -> Box<dyn isa::TargetIsa + 'stat
} else {
flags_builder.set("is_pic", "false").unwrap();
}
flags_builder.set("probestack_enabled", "false").unwrap(); // __cranelift_probestack is not provided
flags_builder.set("enable_probestack", "false").unwrap(); // __cranelift_probestack is not provided
flags_builder
.set(
"enable_verifier",