2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o
3 # RUN: ld.lld --emit-relocs --icf=all %t.o -o %t
4 # RUN: llvm-readobj -r %t | FileCheck %s
7 # CHECK-NEXT: Section (3) .rela.text {
8 # CHECK-NEXT: 0x201128 R_X86_64_64 .text 0x11
9 # CHECK-NEXT: 0x201130 R_X86_64_64 .text 0x11
10 # CHECK-NEXT: 0x201139 R_X86_64_64 .rodata 0x0
18 .section .text.foo,"ax"
22 .section .text.bar,"ax"