brintos

brintos / llvm-project-archived public Read only

0
0
Text · 242 B · 99324b7 Raw
10 lines · plain
1# REQUIRES: x862# RUN: llvm-mc -filetype=obj -triple=x86_64-apple-darwin %s -o %t.o3# RUN: not %lld -filelist nonexistent %t.o -o %t 2>&1 | FileCheck -DMSG=%errc_ENOENT %s4# CHECK: cannot open nonexistent: [[MSG]]5 6.globl _main7 8_main:9  ret10