mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 04:09:45 +00:00
test: use a binary file instead
Generate the obj rather than use yaml2obj. Hopefully, this fixes the PPC64 test failures. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270654 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec842a3379
commit
6e695e846d
BIN
test/Object/Inputs/COFF/weak-externals.obj
Normal file
BIN
test/Object/Inputs/COFF/weak-externals.obj
Normal file
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
Block a user