brintos

brintos / llvm-project-archived public Read only

0
0
Text · 523 B · 1c42089 Raw
12 lines · plain
1# RUN: yaml2obj %p/Inputs/i386-slice.yaml -o %t-i386.o2# RUN: yaml2obj %p/Inputs/x86_64-slice.yaml -o %t-x86_64.o3 4# RUN: llvm-lipo %t-i386.o %t-x86_64.o -create -output %t-universal-32.o5# RUN: llvm-objdump -m --universal-headers %t-universal-32.o | FileCheck %s -check-prefixes=FAT326 7# RUN: llvm-lipo %t-i386.o %t-x86_64.o -create -fat64 -output %t-universal-64.o8# RUN: llvm-objdump -m --universal-headers %t-universal-64.o | FileCheck %s -check-prefixes=FAT649 10FAT32: fat_magic FAT_MAGIC11FAT64: fat_magic FAT_MAGIC_6412