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