brintos

brintos / llvm-project-archived public Read only

0
0
Text · 231 B · 2540751 Raw
10 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t.o3# RUN: ld.lld -o %t1.exe %t.o4# RUN: not ld.lld -o /dev/null %t1.exe 2>&1 | FileCheck %s5# CHECK: unknown file type6 7.global _start8_start:9  ret10