2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3 # RUN: echo "SECTIONS { .eh_frame_hdr : { *(.eh_frame_hdr) *(.eh_frame) } }" > %t.script
4 # RUN: ld.lld -o %t --eh-frame-hdr --script %t.script %t.o
5 # RUN: llvm-readobj -S -u %t | FileCheck %s
11 # CHECK: initial_location: 0x4d
17 .section .dah,"ax",@progbits