diff options
Diffstat (limited to 'llvm/test/MC/ELF/cfi-b-key-frame.s')
| -rw-r--r-- | llvm/test/MC/ELF/cfi-b-key-frame.s | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/MC/ELF/cfi-b-key-frame.s b/llvm/test/MC/ELF/cfi-b-key-frame.s new file mode 100644 index 00000000000..3093bee7c59 --- /dev/null +++ b/llvm/test/MC/ELF/cfi-b-key-frame.s @@ -0,0 +1,6 @@ +// RUN: llvm-mc -filetype=obj -triple aarch64-arm-none-eabi %s -o - | llvm-dwarfdump - -v | FileCheck %s +#CHECK: Augmentation: "zRB" +f1: + .cfi_startproc + .cfi_b_key_frame + .cfi_endproc |

