2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
3 # RUN: ld.lld %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
5 ## Check that ICF does not merge sections which relocations have equal addends,
6 ## but different target values.
20 .section .text.foo, "ax"
23 .section .text.bar, "ax"