Instead of asserting when using the def_cfa directive with a register different from fp, fallback on DWARF.
Easily triggered with:
.cfi_def_cfa x1, 32;
Differential D47593
[MC] Fallback on DWARF when generating compact unwind on AArch64 thegameg on May 31 2018, 8:02 AM. Authored by
Details Instead of asserting when using the def_cfa directive with a register different from fp, fallback on DWARF. Easily triggered with: .cfi_def_cfa x1, 32;
Diff Detail Event TimelineComment Actions Nice catch. This LGTM.
|
You should be able to get this with:
llvm-objdump -macho -unwind-info ...