Update Cranelift

This commit is contained in:
bjorn3 2020-02-22 14:25:22 +01:00
parent c1bf153049
commit ad7e8ad2cc
2 changed files with 11 additions and 12 deletions

20
Cargo.lock generated
View file

@ -33,7 +33,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]] [[package]]
name = "cranelift-bforest" name = "cranelift-bforest"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
] ]
@ -41,7 +41,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen" name = "cranelift-codegen"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"cranelift-bforest 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-bforest 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -58,7 +58,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-meta" name = "cranelift-codegen-meta"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"cranelift-codegen-shared 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-codegen-shared 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -67,17 +67,17 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-codegen-shared" name = "cranelift-codegen-shared"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
[[package]] [[package]]
name = "cranelift-entity" name = "cranelift-entity"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
[[package]] [[package]]
name = "cranelift-frontend" name = "cranelift-frontend"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
@ -88,7 +88,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-module" name = "cranelift-module"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-entity 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -99,7 +99,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-native" name = "cranelift-native"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)", "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -109,7 +109,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-object" name = "cranelift-object"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-module 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
@ -120,7 +120,7 @@ dependencies = [
[[package]] [[package]]
name = "cranelift-simplejit" name = "cranelift-simplejit"
version = "0.58.0" version = "0.58.0"
source = "git+https://github.com/bytecodealliance/cranelift/#cd3d84e580cc69876a93ea87ef12d45ee2942b2d" source = "git+https://github.com/bytecodealliance/cranelift/#0c7da4a66325b82423111927b0d701e9a09269a6"
dependencies = [ dependencies = [
"cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-codegen 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",
"cranelift-module 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)", "cranelift-module 0.58.0 (git+https://github.com/bytecodealliance/cranelift/)",

View file

@ -127,8 +127,7 @@ pub fn make_module(sess: &Session, name: String) -> Module<Backend> {
name + ".o", name + ".o",
ObjectTrapCollection::Disabled, ObjectTrapCollection::Disabled,
cranelift_module::default_libcall_names(), cranelift_module::default_libcall_names(),
) ),
.unwrap(),
); );
module module
} }