brintos

brintos / llvm-project-archived public Read only

0
0
Text · 213 B · ce89ca9 Raw
9 lines · plain
1// REQUIRES: x862// RUN: llvm-mc -filetype=obj -triple=x86_64-pc-linux %s -o %t.o3// RUN: rm -f %t.a4// RUN: llvm-ar rcs %t.a %t.o5// RUN: ld.lld -o /dev/null -u _start %t.a 2>&1 | count 06 7.global _start8_start:9