brintos

brintos / llvm-project-archived public Read only

0
0
Text · 382 B · a07d242 Raw
13 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t1.o3// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %S/Inputs/eh-frame.s -o %t2.o4// RUN: ld.lld %t1.o %t2.o -o %t5// RUN: llvm-dwarfdump -eh-frame %t | FileCheck %s6 7// CHECK:   DW_CFA_def_cfa_offset: +648// CHECK:   DW_CFA_def_cfa_offset: +329 10.cfi_startproc11.cfi_def_cfa_offset 6412.cfi_endproc13