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:
Trevor Elliott
2023-02-15 16:35:10 -08:00
committed by GitHub
parent eabd43a178
commit f04decc4a1
277 changed files with 39340 additions and 98 deletions

View File

@@ -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 }