2 # RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t
3 # RUN: ld.lld %t -o /dev/null --icf=all --ignore-data-address-equality --print-icf-sections | FileCheck %s
5 # CHECK: selected section {{.*}}:(.data.rel.ro)
6 # CHECK: removing identical section {{.*}}:(.data.rel.ro.foo)
8 .section .data.rel.ro,"aw"
11 .section .data.rel.ro.foo,"aw"