brintos

brintos / llvm-project-archived public Read only

0
0
Text · 524 B · d221640 Raw
16 lines · plain
1; RUN: llvm-mc -triple=arm64_32-ios7.0 -filetype=obj %s -o %t2; RUN: llvm-objdump -s %t | FileCheck %s3 4; The compact unwind format in ILP32 mode is pretty much the same, except5; references to addresses (function, personality, LSDA) are pointer-sized.6 7; CHECK: Contents of section __LD,__compact_unwind:8; CHECK-NEXT:  0004 00000000 04000000 00000002 000000009; CHECK-NEXT:  0014 0000000010        .globl  _test_compact_unwind11        .align  212_test_compact_unwind:13        .cfi_startproc14        ret15        .cfi_endproc16