forked from OSchip/llvm-project
[llvm-objdump] clean up test cases now that build bots are green
llvm-svn: 217985
This commit is contained in:
parent
5cbed6e09e
commit
3e95fa431e
|
@ -1,6 +1,5 @@
|
|||
# RUN: llvm-objdump -macho -bind -arch x86_64 %p/Inputs/bind.macho-x86_64 > %t
|
||||
# RUN: cat %t
|
||||
# RUN: FileCheck %s < %t
|
||||
# RUN: llvm-objdump -macho -bind %p/Inputs/bind.macho-x86_64 \
|
||||
# RUN: | FileCheck %s
|
||||
|
||||
|
||||
# CHECK:__DATA __data 0x00001028 pointer 0 flat-namespace _any
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
# RUN: llvm-objdump -macho -lazy-bind -arch x86_64 \
|
||||
# RUN: %p/Inputs/lazy-bind.macho-x86_64 > %t \
|
||||
# RUN: && FileCheck %s < %t || cat %t
|
||||
# RUN: llvm-objdump -macho -lazy-bind %p/Inputs/lazy-bind.macho-x86_64 \
|
||||
# RUN: | FileCheck %s
|
||||
|
||||
|
||||
# CHECK: __DATA __la_symbol_ptr 0x100001010 libfoo _foo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# RUN: llvm-objdump -macho -weak-bind -arch x86_64 \
|
||||
# RUN: %p/Inputs/weak-bind.macho-x86_64 | FileCheck %s
|
||||
# RUN: llvm-objdump -macho -weak-bind %p/Inputs/weak-bind.macho-x86_64 \
|
||||
# RUN: | FileCheck %s
|
||||
|
||||
|
||||
# CHECK: __DATA __data 0x100001018 pointer 0 __ZTISt12out_of_range
|
||||
|
|
Loading…
Reference in New Issue