custom regalloc

This commit is contained in:
T0b1
2023-04-27 16:16:48 +02:00
parent 3742c97bf0
commit 0df60ce50f
2 changed files with 2 additions and 2 deletions

View File

@@ -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
# by Cranelift and Winch.
cranelift-codegen = { workspace = true }
regalloc2 = "0.7.0"
regalloc2 = { path = "../../../regalloc2" }
gimli = { workspace = true }
[features]