3 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
4 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %S/Inputs/icf-absolute2.s -o %t2
5 # RUN: ld.lld %t %t2 -o /dev/null --icf=all --print-icf-sections | FileCheck -allow-empty %s
7 ## Test we do not crash and do not fold sections which relocations referring to
8 ## absolute symbols with a different values.
15 .section .text.f1, "ax"
19 .section .text.f2, "ax"