| # 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. |