17 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t13# RUN: ld.lld %t1 -o /dev/null --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s4 5# CHECK-NOT: selected6 7.section .text8.globl _start9_start:10 ret11 12.section .aaa, "ax",%progbits,unique,113.quad _start14 15.section .aaa, "axS",%progbits,unique,216.quad _start17