machinst x64: New backend unwind (#2266)
Addresses unwind for experimental x64 backend. The preliminary code enables backtrace on SystemV call convension.
This commit is contained in:
@@ -61,6 +61,9 @@ impl SubTest for TestUnwind {
|
||||
table.write_eh_frame(&mut eh_frame).unwrap();
|
||||
systemv::dump(&mut text, &eh_frame.0.into_vec(), isa.pointer_bytes())
|
||||
}
|
||||
Some(ui) => {
|
||||
anyhow::bail!("Unexpected unwind info type: {:?}", ui);
|
||||
}
|
||||
None => {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user