brintos

brintos / llvm-project-archived public Read only

0
0
Text · 424 B · 3636dee Raw
17 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t14# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %p/Inputs/icf2.s -o %t25# RUN: ld.lld %t1 %t2 -o /dev/null --icf=all --print-icf-sections | count 06 7.globl _start, f1, f28_start:9  ret10 11# This section is not mergeable because the content is different from f2.12.section .text.f1, "ax"13f1:14  mov $60, %rdi15  call f216  mov $0, %rax17