[mach-o] add debugging to help explain one build bot failure

llvm-svn: 194280
This commit is contained in:
Nick Kledzik 2013-11-08 21:43:28 +00:00
parent 5bc6d0fbe4
commit 5eb9bfc863
1 changed files with 1 additions and 1 deletions

View File

@ -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
#