Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 770c12a

Browse files
committed
Use own branch of clif instead of local checkout
1 parent ca714e4 commit 770c12a

File tree

2 files changed

+51
-25
lines changed

2 files changed

+51
-25
lines changed

Cargo.lock

Lines changed: 40 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,18 @@ gimli = { git = "https://github.com/gimli-rs/gimli.git" }
2727
indexmap = "1.0.2"
2828
object = "0.12.0"
2929

30-
# Uncomment to use local checkout of cranelift
3130
[patch."https://github.com/CraneStation/cranelift.git"]
32-
cranelift = { path = "../cranelift/cranelift-umbrella" }
33-
cranelift-module = { path = "../cranelift/cranelift-module" }
34-
cranelift-simplejit = { path = "../cranelift/cranelift-simplejit" }
35-
cranelift-faerie = { path = "../cranelift/cranelift-faerie" }
31+
cranelift = { git = "https://github.com/bjorn3/cretonne.git", branch = "do_not_remove_cg_clif_i128" }
32+
cranelift-module = { git = "https://github.com/bjorn3/cretonne.git", branch = "do_not_remove_cg_clif_i128" }
33+
cranelift-simplejit = { git = "https://github.com/bjorn3/cretonne.git", branch = "do_not_remove_cg_clif_i128" }
34+
cranelift-faerie = { git = "https://github.com/bjorn3/cretonne.git", branch = "do_not_remove_cg_clif_i128" }
35+
36+
# Uncomment to use local checkout of cranelift
37+
#[patch."https://github.com/CraneStation/cranelift.git"]
38+
#cranelift = { path = "../cranelift/cranelift-umbrella" }
39+
#cranelift-module = { path = "../cranelift/cranelift-module" }
40+
#cranelift-simplejit = { path = "../cranelift/cranelift-simplejit" }
41+
#cranelift-faerie = { path = "../cranelift/cranelift-faerie" }
3642

3743
#[patch."https://github.com/gimli-rs/gimli.git"]
3844
#gimli = { path = "../" }

0 commit comments

Comments
 (0)