Change the test case for llvm-objdump’s -archive-headers option to not check the size

while I once again try to figure out why only the clang-cmake-armv7-a15-full bot
is getting that value wrong.

llvm-svn: 226345
This commit is contained in:
Kevin Enderby 2015-01-16 23:29:07 +00:00
parent b94fb91ee1
commit b88ab47be3

View File

@ -3,8 +3,8 @@ RUN: | FileCheck %s
# Note the date as printed by ctime(3) is time zone dependent and not checked.
CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture x86_64)
CHECK: -rw-r--r--124/11 44 {{.*}} __.SYMDEF SORTED
CHECK: -rw-r--r--124/0 860 {{.*}} hello.o
CHECK: -rw-r--r--124/11 {{.*}} __.SYMDEF SORTED
CHECK: -rw-r--r--124/0 {{.*}} hello.o
CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386)
CHECK: -rw-r--r--124/11 60 {{.*}} __.SYMDEF SORTED
CHECK: -rw-r--r--124/0 388 {{.*}} foo.o
CHECK: -rw-r--r--124/11 {{.*}} __.SYMDEF SORTED
CHECK: -rw-r--r--124/0 {{.*}} foo.o