custom regalloc
This commit is contained in:
@@ -27,7 +27,7 @@ serde = { version = "1.0.94", features = ["derive"], optional = true }
|
|||||||
bincode = { version = "1.2.1", optional = true }
|
bincode = { version = "1.2.1", optional = true }
|
||||||
gimli = { workspace = true, features = ["write"], optional = true }
|
gimli = { workspace = true, features = ["write"], optional = true }
|
||||||
smallvec = { workspace = true }
|
smallvec = { workspace = true }
|
||||||
regalloc2 = { version = "0.7.0", features = ["checker"] }
|
regalloc2 = { path = "../../../regalloc2", features = ["checker"] }
|
||||||
souper-ir = { version = "2.1.0", optional = true }
|
souper-ir = { version = "2.1.0", optional = true }
|
||||||
sha2 = { version = "0.10.2", optional = true }
|
sha2 = { version = "0.10.2", optional = true }
|
||||||
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
|
# It is a goal of the cranelift-codegen crate to have minimal external dependencies.
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ target-lexicon = { workspace = true, features = ["std"] }
|
|||||||
# In the next iteration we'll factor out the common bits so that they can be consumed
|
# In the next iteration we'll factor out the common bits so that they can be consumed
|
||||||
# by Cranelift and Winch.
|
# by Cranelift and Winch.
|
||||||
cranelift-codegen = { workspace = true }
|
cranelift-codegen = { workspace = true }
|
||||||
regalloc2 = "0.7.0"
|
regalloc2 = { path = "../../../regalloc2" }
|
||||||
gimli = { workspace = true }
|
gimli = { workspace = true }
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
Reference in New Issue
Block a user