mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-18 17:17:49 +00:00
d68dfedd72
To improve consistency and avoid unneeded shell feature (output redirection). While here, make other changes to improve consistency --docnum 1 => --docnum=1 -docnum=x => --docnum=x
14 lines
525 B
Plaintext
14 lines
525 B
Plaintext
# RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o
|
|
# RUN: yaml2obj %p/Inputs/x86_64-slice.yaml -o %t-x86_64.o
|
|
# RUN: yaml2obj %p/Inputs/i386-x86_64-universal.yaml -o %t-universal.o
|
|
|
|
# RUN: llvm-lipo %t-universal.o %t-i386.o %t-universal.o %t-x86_64.o -info | FileCheck %s
|
|
# CHECK: Architectures in the fat file:
|
|
# CHECK: i386 x86_64
|
|
# CHECK-NEXT: Architectures in the fat file:
|
|
# CHECK: i386 x86_64
|
|
# CHECK-NEXT: Non-fat file:
|
|
# CHECK: is architecture: i386
|
|
# CHECK-NEXT: Non-fat file:
|
|
# CHECK: is architecture: x86_64
|