3 # RUN: llvm-mc -filetype=obj -triple=x86_64-pc-freebsd %s -o %t.o
4 # RUN: ld.lld --icf=all %t.o -o /dev/null --print-icf-sections 2>&1 | FileCheck %s
6 # Checks that ICF does not merge 2 sections the offset of
7 # the relocations of which differ.
11 .section .text.foo,"ax"
13 .reloc 0, R_X86_64_NONE, 0
15 .section .text.bar,"ax"
17 .reloc 1, R_X86_64_NONE, 0