[llvm] r226241 - Work around to get the build bot clang-cmake-armv7-a15-full green by

Kevin Enderby enderby at apple.com
Thu Jan 15 18:08:12 PST 2015


Author: enderby
Date: Thu Jan 15 20:08:11 2015
New Revision: 226241

URL: http://llvm.org/viewvc/llvm-project?rev=226241&view=rev
Log:
Work around to get the build bot clang-cmake-armv7-a15-full green by
removing the macho-archive-headers.test added with r226228 that it is
failing on for now while I try to figure out what is going on.

Removed:
    llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test

Removed: 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=226240&view=auto
==============================================================================
--- llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test (original)
+++ llvm/trunk/test/tools/llvm-objdump/X86/macho-archive-headers.test (removed)
@@ -1,10 +0,0 @@
-RUN: llvm-objdump %p/Inputs/macho-universal-archive.x86_64.i386 -macho -archive-headers -arch all \
-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     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     388 {{.*}} foo.o





More information about the llvm-commits mailing list