[lld] r194280 - [mach-o] add debugging to help explain one build bot failure
Nick Kledzik
kledzik at apple.com
Fri Nov 8 13:43:28 PST 2013
Author: kledzik
Date: Fri Nov 8 15:43:28 2013
New Revision: 194280
URL: http://llvm.org/viewvc/llvm-project?rev=194280&view=rev
Log:
[mach-o] add debugging to help explain one build bot failure
Modified:
lld/trunk/test/darwin/hello-world.objtxt
Modified: lld/trunk/test/darwin/hello-world.objtxt
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/darwin/hello-world.objtxt?rev=194280&r1=194279&r2=194280&view=diff
==============================================================================
--- lld/trunk/test/darwin/hello-world.objtxt (original)
+++ lld/trunk/test/darwin/hello-world.objtxt Fri Nov 8 15:43:28 2013
@@ -1,5 +1,5 @@
# RUN: lld -flavor darwin -arch x86_64 -macosx_version_min 10.8 %s -o %t && \
-# RUN: llvm-nm %t | FileCheck %s
+# RUN: (llvm-nm %t | FileCheck %s) || (hexdump -C %t && false)
#
# Test that hello-world can be linked into a mach-o executable
#
More information about the llvm-commits
mailing list