forked from OSchip/llvm-project
test: use a binary file instead
Generate the obj rather than use yaml2obj. Hopefully, this fixes the PPC64 test failures. llvm-svn: 270654
This commit is contained in:
parent
85ed80b9e6
commit
82dd8bae71
Binary file not shown.
|
@ -1,4 +1,4 @@
|
|||
RUN: yaml2obj %p/Inputs/COFF/weak-externals.yaml | llvm-objdump -t - | FileCheck %s
|
||||
RUN: llvm-objdump -t %p/Inputs/COFF/weak-externals.obj | FileCheck %s
|
||||
|
||||
CHECK: [ 0](sec 0)(fl 0x00)(ty 0)(scl 69) (nx 1) 0x00000000 Function
|
||||
CHECK: AUX tagndx 9 type 2
|
||||
|
|
Loading…
Reference in New Issue