2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1.o
3 # RUN: ld.lld --emit-relocs --icf=all %t1.o -o %t
4 # RUN: llvm-readobj -r %t | FileCheck %s
7 # CHECK-NEXT: Section {{.*}} .rela.text {
8 # CHECK-NEXT: R_X86_64_32 .text 0x1
9 # CHECK-NEXT: R_X86_64_PLT32 fn 0xFFFFFFFFFFFFFFFC
13 .section .text.fn,"ax",@progbits,unique,0
24 .section .text.fn2,"ax",@progbits,unique,1