[llvm] r226239 - Another attempt to fix the build bot clang-cmake-armv7-a15-full failing on
Kevin Enderby
enderby at apple.com
Thu Jan 15 17:09:54 PST 2015
Author: enderby
Date: Thu Jan 15 19:09:54 2015
New Revision: 226239
URL: http://llvm.org/viewvc/llvm-project?rev=226239&view=rev
Log:
Another attempt to fix the build bot clang-cmake-armv7-a15-full failing on
the macho-archive-headers.test added with r226228.
Modified:
llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test
Modified: llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test?rev=226239&r1=226238&r2=226239&view=diff
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test (original)
+++ llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test Thu Jan 15 19:09:54 2015
@@ -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/11 {{.*}} __.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 60 {{.*}} __.SYMDEF SORTED
+CHECK: -rw-r--r--124/11 {{.*}} __.SYMDEF SORTED
CHECK: -rw-r--r--124/0 388 {{.*}} foo.o
More information about the llvm-commits
mailing list