brintos

brintos / llvm-project-archived public Read only

0
0
Text · 306 B · e33ab3f Raw
16 lines · plain
1# REQUIRES: x862 3# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o4## Test that we only write to "-" once.5# RUN: env LLD_IN_TEST=2 ld.lld %t.o -o - > %t16# RUN: llvm-objdump -d %t1 | FileCheck %s7 8# CHECK: nop9 10# RUN: ld.lld %t.o -o %t211# RUN: diff %t1 %t212 13.globl _start14_start:15  nop16