This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +51
-25
lines changed Expand file tree Collapse file tree 2 files changed +51
-25
lines changed Original file line number Diff line number Diff line change @@ -27,12 +27,18 @@ gimli = { git = "https://github.com/gimli-rs/gimli.git" }
27
27
indexmap = " 1.0.2"
28
28
object = " 0.12.0"
29
29
30
- # Uncomment to use local checkout of cranelift
31
30
[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" }
36
42
37
43
# [patch."https://github.com/gimli-rs/gimli.git"]
38
44
# gimli = { path = "../" }
You can’t perform that action at this time.
0 commit comments