Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / tools / llvm-lipo / archs-macho-binary-unknown.test
blobcf92b825fec59f31694376067cd0990004371a55
1 # RUN: yaml2obj %s -o %t
2 # Tests that the output for an unknown architecture is the same as cctools lipo
3 # RUN: llvm-lipo %t -archs | FileCheck %s
4 # CHECK: unknown(151,3)
6 --- !mach-o
7 FileHeader:
8   magic:           0xFEEDFACE
9   cputype:         0x00000097
10   cpusubtype:      0x00000003
11   filetype:        0x00000001
12   ncmds:           0
13   sizeofcmds:      0
14   flags:           0x00002000
15 ...