Use capstone to validate precise-output tests (#5780)
Use the capstone library to disassemble precise-output tests, in addition to pretty-printing their vcode.
This commit is contained in:
@@ -10,7 +10,7 @@ publish = false
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
cranelift-codegen = { workspace = true, features = ["testing_hooks"] }
|
||||
cranelift-codegen = { workspace = true, features = ["testing_hooks", "disas"] }
|
||||
cranelift-frontend = { workspace = true }
|
||||
cranelift-interpreter = { workspace = true }
|
||||
cranelift-native = { workspace = true }
|
||||
|
||||
Reference in New Issue
Block a user