1# Check that llvm-bolt can handle DW_CFA_GNU_window_save on AArch64. 2 3RUN: yaml2obj %p/Inputs/dw_cfa_gnu_window_save.yaml &> %t.exe 4RUN: llvm-bolt %t.exe -o %t.bolt 2>&1 | FileCheck %s 5 6CHECK-NOT: paciasp 7CHECK-NOT: autiasp 8CHECK-NOT: ERROR: unable to fill CFI. 9