17 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t4# RUN: ld.lld %t -o /dev/null --icf=all --print-icf-sections | count 05 6.globl _start, f1, f27_start:8 ret9 10.section .text.f1, "ax"11f1:12 mov $0, %rax13 14.section .text.f2, "awx"15f2:16 mov $0, %rax17