Skip to content

Commit 24fd604

Browse files
committed
Update Cranelift
As basic blocks now work, they are enabled.
1 parent 41d34b5 commit 24fd604

File tree

2 files changed

+55
-14
lines changed

2 files changed

+55
-14
lines changed

Cargo.lock

+51-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ crate-type = ["dylib"]
99

1010
[dependencies]
1111
# These have to be in sync with each other
12-
cranelift-codegen = { git = "https://github.com/bytecodealliance/cranelift/", default-features = false, features = ["std"] }
13-
cranelift-frontend = { git = "https://github.com/bytecodealliance/cranelift/", default-features = false, features = ["std"] }
12+
cranelift-codegen = { git = "https://github.com/bytecodealliance/cranelift/" }
13+
cranelift-frontend = { git = "https://github.com/bytecodealliance/cranelift/" }
1414
cranelift-module = { git = "https://github.com/bytecodealliance/cranelift/" }
1515
cranelift-object = { git = "https://github.com/bytecodealliance/cranelift/" }
1616
target-lexicon = "0.10.0"
@@ -31,8 +31,8 @@ features = ["write"] # We don't need read support
3131

3232
# Uncomment to use local checkout of cranelift
3333
#[patch."https://github.com/bytecodealliance/cranelift/"]
34-
#cranelift-codegen = { path = "../cranelift/cranelift-codegen", default-features = false, features = ["std"] }
35-
#cranelift-frontend = { path = "../cranelift/cranelift-frontend", default-features = false, features = ["std"] }
34+
#cranelift-codegen = { path = "../cranelift/cranelift-codegen" }
35+
#cranelift-frontend = { path = "../cranelift/cranelift-frontend" }
3636
#cranelift-module = { path = "../cranelift/cranelift-module" }
3737
#cranelift-simplejit = { path = "../cranelift/cranelift-simplejit" }
3838
#cranelift-object = { path = "../cranelift/cranelift-object" }

0 commit comments

Comments
 (0)