mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-04 17:47:58 +00:00
Quick fix to D32609, it seems .o files are not transferred in all cases.
Therefore the .o file in question is renamed to .obj.coff. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302400 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
8d0cc56596
commit
a2514b9f9e
BIN
test/tools/llvm-readobj/Inputs/resources/test_resource.obj.coff
Normal file
BIN
test/tools/llvm-readobj/Inputs/resources/test_resource.obj.coff
Normal file
Binary file not shown.
@ -6,7 +6,7 @@
|
||||
|
||||
RUN: llvm-readobj -coff-resources -section-data %p/Inputs/zero-string-table.obj.coff-i386 \
|
||||
RUN: | FileCheck %s -check-prefix ZERO
|
||||
RUN: llvm-readobj -coff-resources %p/Inputs/resources/test_resource.o \
|
||||
RUN: llvm-readobj -coff-resources %p/Inputs/resources/test_resource.obj.coff \
|
||||
RUN: | FileCheck %s -check-prefix TEST_RES
|
||||
|
||||
ZERO: Resources [
|
||||
|
Loading…
x
Reference in New Issue
Block a user