1RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all \
2RUN: | FileCheck %s
3
4# Note the date as printed by ctime(3) is time zone dependent and not checked.
5CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
6CHECK: -rw-r--r--124/11     44 {{.*}} __.SYMDEF SORTED
7CHECK: -rw-r--r--124/0     860 {{.*}} hello.o
8CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
9CHECK: -rw-r--r--124/11     60 {{.*}} __.SYMDEF SORTED
10CHECK: -rw-r--r--124/0     388 {{.*}} foo.o
11