brintos

brintos / llvm-project-archived public Read only

0
0
Text · 625 B · 985b0cd Raw
21 lines · plain
1# RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o2# RUN: yaml2obj %p/Inputs/CPU14-slice.yaml -o %t-CPU14.o3# RUN: yaml2obj %p/Inputs/CPU10-slice.yaml -o %t-CPU10.o4 5# RUN: llvm-lipo %t-i386.o %t-CPU14.o %t-CPU10.o -create -output %t-universal.o6 7# RUN: llvm-objdump %t-universal.o -m --universal-headers | FileCheck %s8# CHECK: fat_magic FAT_MAGIC9# CHECK: nfat_arch 310# CHECK: architecture11# CHECK: cputype (10)12# CHECK: offset 7213# CHECK: align 2^3 (8)14# CHECK: architecture15# CHECK: cputype (14)16# CHECK: offset 854417# CHECK: align 2^4 (16)18# CHECK: architecture i38619# CHECK: offset 1228820# CHECK: align 2^12 (4096)21