brintos

brintos / llvm-project-archived public Read only

0
0
Text · 296 B · 0a1784b Raw
13 lines · plain
1# RUN: yaml2obj %s -o %t2# RUN: not llvm-objcopy %t no/such/dir 2>&1 | FileCheck %s3# Don't check "No such file" which is OS dependent.4# CHECK: 'no/such/dir':5 6!ELF7FileHeader:8  Class:           ELFCLASS649  Data:            ELFDATA2LSB10  Type:            ET_EXEC11  Machine:         EM_X86_6412 13