machinst aarch64: New backend unwind (#2313)

* Unwind information for aarch64 backend.
This commit is contained in:
Yury Delendik
2020-11-06 08:02:45 -06:00
committed by GitHub
parent f60c0f3ec3
commit b2b7bc10e2
5 changed files with 381 additions and 17 deletions

View File

@@ -129,7 +129,7 @@ impl TargetIsa for TargetIsaAdapter {
self.backend.unsigned_sub_overflow_condition()
}
#[cfg(all(feature = "unwind", feature = "x64"))]
#[cfg(feature = "unwind")]
fn create_systemv_cie(&self) -> Option<gimli::write::CommonInformationEntry> {
self.backend.create_systemv_cie()
}