brintos

brintos / llvm-project-archived public Read only

0
0
Text · 500 B · 5a07a76 Raw
9 lines · plain
1# RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-32.o2# RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml -o %t-universal.o3 4# RUN: not llvm-lipo %t-32.o -create 2>&1 | FileCheck --check-prefix=NO_OUTPUT %s5# NO_OUTPUT: error: create expects a single output file to be specified6 7# RUN: not llvm-lipo %t-universal.o %t-32.o -create -output %t.o 2>&1 | FileCheck --check-prefix=DUPLICATE_ARCHS %s8# DUPLICATE_ARCHS: have the same architecture i386 and therefore cannot be in the same universal binary9