brintos

brintos / llvm-project-archived public Read only

0
0
Text · 287 B · 7c74458 Raw
12 lines · plain
1# REQUIRES: x862 3# RUN: echo "foo = 1; bar = 2;" > %t.script4# RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o5# RUN: ld.lld %t.o %t.script -o %t --icf=all --print-icf-sections | count 06 7.section .text.foo,"ax",@progbits8jmp foo9 10.section .text.bar,"ax",@progbits11jmp bar12