forked from OSchip/llvm-project
tweak test case to help solve why failing on one build bot
llvm-svn: 217856
This commit is contained in:
parent
429c29d187
commit
c1a750bba6
|
@ -1,5 +1,6 @@
|
|||
# RUN: llvm-objdump -macho -lazy-bind -arch x86_64 \
|
||||
# RUN: %p/Inputs/lazy-bind.macho-x86_64 | FileCheck %s
|
||||
# RUN: %p/Inputs/lazy-bind.macho-x86_64 > %t \
|
||||
# RUN: && FileCheck %s < %t || cat %t
|
||||
|
||||
|
||||
# CHECK: __DATA __la_symbol_ptr 0x100001010 libfoo.dylib _foo
|
||||
|
|
Loading…
Reference in New Issue