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:
@@ -38,6 +38,7 @@ pub fn run(
|
||||
let options = ParseOptions {
|
||||
target,
|
||||
passes,
|
||||
machine_code_cfg_info: true,
|
||||
..ParseOptions::default()
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user