summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump
diff options
context:
space:
mode:
authorKevin Enderby <enderby@apple.com>2015-01-16 23:29:07 +0000
committerKevin Enderby <enderby@apple.com>2015-01-16 23:29:07 +0000
commit51f5cb143fd1ed509b4ffb2068b8db331f2e5891 (patch)
tree35a857e3279d158710a196fe442e7955cc9a948e /llvm/test/tools/llvm-objdump
parent287987ca1358470b3c723f2b2892c0693700e5be (diff)
downloadbcm5719-llvm-51f5cb143fd1ed509b4ffb2068b8db331f2e5891.tar.gz
bcm5719-llvm-51f5cb143fd1ed509b4ffb2068b8db331f2e5891.zip
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
Diffstat (limited to 'llvm/test/tools/llvm-objdump')
-rw-r--r--llvm/test/tools/llvm-objdump/X86/macho-archive-headers.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/tools/llvm-objdump/X86/macho-archive-headers.test b/llvm/test/tools/llvm-objdump/X86/macho-archive-headers.test
index 3d9043e671a..45b9cc4d587 100644
--- a/llvm/test/tools/llvm-objdump/X86/macho-archive-headers.test
+++ b/llvm/test/tools/llvm-objdump/X86/macho-archive-headers.test
@@ -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
OpenPOWER on IntegriCloud