[AArch64] Fallback to DWARF when trying to emit compact unwind info with...
[AArch64] Fallback to DWARF when trying to emit compact unwind info with multiple CFA offset adjustments Instead of asserting, fallback to emitting DWARF unwind info when an attempt is made to output compact unwind info for a function with multiple adjustments to the CFA offset. Multiple adjustments of SP are common and with instruction precise unwind tables these may translate into multiple `.cfi_def_cfa_offset` directives. Fixes https://bugs.chromium.org/p/chromium/issues/detail?id=1302998 Reviewed By: dmgreen Differential Revision: https://reviews.llvm.org/D121017
Loading
Please register or sign in to comment