brintos

brintos / llvm-project-archived public Read only

0
0
Text · 468 B · bcfcf78 Raw
17 lines · plain
1// RUN: llvm-mc -filetype=obj -triple x86_64-pc-linux-gnu %s -o - | llvm-dwarfdump -debug-frame - | FileCheck %s2 3// Check that register numbers greater than 63 can be used in .cfi_restore directives4f:5  .cfi_startproc6  nop7// CHECK: DW_CFA_advance_loc: 18  .cfi_restore %rbp9// CHECK-NEXT: DW_CFA_restore: RBP10  nop11// CHECK-NEXT: DW_CFA_advance_loc: 112  .cfi_restore 8913// CHECK-NEXT: DW_CFA_restore_extended: reg8914// CHECK-NEXT: DW_CFA_nop:15  nop16  .cfi_endproc17