From 479ee6135d04a013e22b5e6fec63d99214fcfb53 Mon Sep 17 00:00:00 2001 From: Kevin Enderby Date: Fri, 23 Jan 2015 21:02:44 +0000 Subject: Fix the problem with llvm-objdump and -archive-headers in printing the archive header size field. This problem showed up with the clang-cmake-armv7-a15-full bot. Thanks to Renato Golin for his help. llvm-svn: 226936 --- llvm/test/tools/llvm-objdump/X86/macho-archive-headers.test | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'llvm/test/tools/llvm-objdump/X86') 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 45b9cc4d587..3d9043e671a 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 {{.*}} __.SYMDEF SORTED -CHECK: -rw-r--r--124/0 {{.*}} hello.o +CHECK: -rw-r--r--124/11 44 {{.*}} __.SYMDEF SORTED +CHECK: -rw-r--r--124/0 860 {{.*}} hello.o CHECK: Archive : {{.*}}/macho-universal-archive.x86_64.i386 (architecture i386) -CHECK: -rw-r--r--124/11 {{.*}} __.SYMDEF SORTED -CHECK: -rw-r--r--124/0 {{.*}} foo.o +CHECK: -rw-r--r--124/11 60 {{.*}} __.SYMDEF SORTED +CHECK: -rw-r--r--124/0 388 {{.*}} foo.o -- cgit v1.2.3