3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
4 # RUN: ld.lld %t -o %t2 --icf=all --eh-frame-hdr
5 # RUN: llvm-objdump -s --section-headers %t2 | FileCheck %s
7 ## Check .eh_frame_hdr contains single FDE and no garbage data at tail.
10 # CHECK: .eh_frame_hdr 00000014
12 # CHECK: Contents of section .eh_frame_hdr:
13 # CHECK-NEXT: 200158 011b033b 14000000 01000000
18 .section .text.f1, "ax"
24 .section .text.f2, "ax"