18 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t3# RUN: echo "SECTIONS { .eh_frame : { *(.eh_frame) } }" > %t.script4# RUN: ld.lld -o %t1 --script %t.script %t5# RUN: llvm-objdump -s --section=".eh_frame" %t1 | FileCheck %s6 7# CHECK: 0000 14000000 00000000 017a5200 017810018# CHECK-NEXT: 0010 1b0c0708 900100009 10.global _start11_start:12 nop13 14.section .dah,"ax",@progbits15.cfi_startproc16 nop17.cfi_endproc18