forked from OSchip/llvm-project
[mach-o] add debugging to help explain one build bot failure
llvm-svn: 194280
This commit is contained in:
parent
5bc6d0fbe4
commit
5eb9bfc863
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue