brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 310577a Raw
17 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc --crel -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 $1, %rax13 14.section .text.f2, "ax"15f2:16  mov $0, %rax17