
GCC on AArch64 uses DW_CFA_GNU_NegateRAState for return address signing. Differential Revision: https://reviews.llvm.org/D142572
9 lines
262 B
Plaintext
9 lines
262 B
Plaintext
# Check that llvm-bolt can handle DW_CFA_GNU_window_save on AArch64.
|
|
|
|
RUN: yaml2obj %p/Inputs/dw_cfa_gnu_window_save.yaml &> %t.exe
|
|
RUN: llvm-bolt %t.exe -o %t.bolt 2>&1 | FileCheck %s
|
|
|
|
CHECK-NOT: paciasp
|
|
CHECK-NOT: autiasp
|
|
CHECK-NOT: ERROR: unable to fill CFI.
|