diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:49 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2019-01-19 10:05:49 +0000 |
commit | e2fd426bdafe9f5c10066d3926ece6e342184a67 (patch) | |
tree | bfbbb5fd38554e6b8988b7a217e9fd0623728d7d /test/COFF/Inputs | |
parent | 84c4061b34e048f47e5eb4fbabc1558495e8157c (diff) |
Vendor import of lld trunk r351319 (just before the release_80 branchvendor/lld/lld-trunk-r351319
Notes
Notes:
svn path=/vendor/lld/dist/; revision=343179
svn path=/vendor/lld/lld-trunk-r351319/; revision=343180; tag=vendor/lld/lld-trunk-r351319
Diffstat (limited to 'test/COFF/Inputs')
30 files changed, 426 insertions, 17 deletions
diff --git a/test/COFF/Inputs/associative-comdat-mingw-2.s b/test/COFF/Inputs/associative-comdat-mingw-2.s new file mode 100644 index 000000000000..edb6a82da84b --- /dev/null +++ b/test/COFF/Inputs/associative-comdat-mingw-2.s @@ -0,0 +1,34 @@ + .section .xdata$foo,"dr" + .linkonce discard + .p2align 3 + .long 42 + + .section .xdata$bar,"dr" + .linkonce discard + .p2align 3 + .long 43 + + .section .xdata$baz,"dr" + .linkonce discard + .p2align 3 + .long 44 + + .def foo; + .scl 2; + .type 32; + .endef + .section .text$foo,"xr",discard,foo + .globl foo + .p2align 4 +foo: + ret + + .def bar; + .scl 2; + .type 32; + .endef + .section .text$bar,"xr",discard,bar + .globl bar + .p2align 4 +bar: + ret diff --git a/test/COFF/Inputs/bad-block-size.pdb b/test/COFF/Inputs/bad-block-size.pdb new file mode 100644 index 000000000000..fadd8833e4bb --- /dev/null +++ b/test/COFF/Inputs/bad-block-size.pdb @@ -0,0 +1,2 @@ +Microsoft C/C++ MSF 7.00
+DS
\ No newline at end of file diff --git a/test/COFF/Inputs/comdat-jumptable2.s b/test/COFF/Inputs/comdat-jumptable2.s new file mode 100644 index 000000000000..8990d4c0d7f3 --- /dev/null +++ b/test/COFF/Inputs/comdat-jumptable2.s @@ -0,0 +1,35 @@ + .section .text@comdatfunc, "x" + .linkonce discard + .globl comdatfunc +comdatfunc: + leaq .Ljumptable(%rip), %rax + movslq (%rax, %rcx, 4), %rcx + addq %rcx, %rax + jmp *%rax + + .section .rdata, "dr" + .long 0xcccccccc +.Ljumptable: + .long .Ltail1-.Ljumptable + .long .Ltail2-.Ljumptable + .long .Ltail3-.Ljumptable + .long 0xdddddddd + + .section .text@comdatfunc, "x" +# If assembled with binutils, the following line can be kept in: +# .linkonce discard +.Ltail1: + movl $1, %eax + ret +.Ltail2: + movl $2, %eax + ret +.Ltail3: + movl $3, %eax + ret + + .text + .globl otherfunc +otherfunc: + call comdatfunc + ret diff --git a/test/COFF/Inputs/common-replacement.s b/test/COFF/Inputs/common-replacement.s new file mode 100644 index 000000000000..eaaeee2a3d36 --- /dev/null +++ b/test/COFF/Inputs/common-replacement.s @@ -0,0 +1,5 @@ + .globl foo + .data + .p2align 2, 0 +foo: + .long 42 diff --git a/test/COFF/Inputs/crt-dyn-initializer-order_1.yaml b/test/COFF/Inputs/crt-dyn-initializer-order_1.yaml new file mode 100644 index 000000000000..302f6f2feeac --- /dev/null +++ b/test/COFF/Inputs/crt-dyn-initializer-order_1.yaml @@ -0,0 +1,15 @@ +--- !COFF
+header:
+ Machine: IMAGE_FILE_MACHINE_AMD64
+ Characteristics: [ ]
+sections:
+ - Name: '.CRT$XCU'
+ Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
+ Alignment: 1
+ SectionData: 55
+ - Name: '.CRT$XCU'
+ Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
+ Alignment: 1
+ SectionData: 70
+symbols:
+...
diff --git a/test/COFF/Inputs/crt-dyn-initializer-order_2.yaml b/test/COFF/Inputs/crt-dyn-initializer-order_2.yaml new file mode 100644 index 000000000000..a2d0e5e25b1c --- /dev/null +++ b/test/COFF/Inputs/crt-dyn-initializer-order_2.yaml @@ -0,0 +1,19 @@ +--- !COFF
+header:
+ Machine: IMAGE_FILE_MACHINE_AMD64
+ Characteristics: [ ]
+sections:
+ - Name: '.CRT$XCU'
+ Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
+ Alignment: 1
+ SectionData: 10
+ - Name: '.CRT$XCU'
+ Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
+ Alignment: 1
+ SectionData: 11
+ - Name: '.CRT$XCU'
+ Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ ]
+ Alignment: 1
+ SectionData: 12
+symbols:
+...
diff --git a/test/COFF/Inputs/empty.yaml b/test/COFF/Inputs/empty.yaml new file mode 100644 index 000000000000..6396f8aed08a --- /dev/null +++ b/test/COFF/Inputs/empty.yaml @@ -0,0 +1,67 @@ +--- !COFF +header: + Machine: IMAGE_FILE_MACHINE_I386 + Characteristics: [ ] +sections: + - Name: .text + Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ] + Alignment: 4 + SectionData: 31C0C3 + - Name: .data + Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ] + Alignment: 4 + SectionData: '' + - Name: .bss + Characteristics: [ IMAGE_SCN_CNT_UNINITIALIZED_DATA, IMAGE_SCN_MEM_READ, IMAGE_SCN_MEM_WRITE ] + Alignment: 4 + SectionData: '' +symbols: + - Name: .text + Value: 0 + SectionNumber: 1 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + SectionDefinition: + Length: 3 + NumberOfRelocations: 0 + NumberOfLinenumbers: 0 + CheckSum: 3963538403 + Number: 1 + - Name: .data + Value: 0 + SectionNumber: 2 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + SectionDefinition: + Length: 0 + NumberOfRelocations: 0 + NumberOfLinenumbers: 0 + CheckSum: 0 + Number: 2 + - Name: .bss + Value: 0 + SectionNumber: 3 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + SectionDefinition: + Length: 0 + NumberOfRelocations: 0 + NumberOfLinenumbers: 0 + CheckSum: 0 + Number: 3 + - Name: '@feat.00' + Value: 1 + SectionNumber: -1 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + - Name: _main + Value: 0 + SectionNumber: 1 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_FUNCTION + StorageClass: IMAGE_SYM_CLASS_EXTERNAL +... diff --git a/test/COFF/Inputs/far-arm-thumb-abs.s b/test/COFF/Inputs/far-arm-thumb-abs.s deleted file mode 100644 index 9f1b59a55f8c..000000000000 --- a/test/COFF/Inputs/far-arm-thumb-abs.s +++ /dev/null @@ -1,2 +0,0 @@ -.global too_far1 -too_far1 = 0x1401004 diff --git a/test/COFF/Inputs/far-arm-thumb-abs20.s b/test/COFF/Inputs/far-arm-thumb-abs20.s deleted file mode 100644 index 8483e32dc7f0..000000000000 --- a/test/COFF/Inputs/far-arm-thumb-abs20.s +++ /dev/null @@ -1,2 +0,0 @@ -.global too_far20 -too_far20 = 0x501004 diff --git a/test/COFF/Inputs/gnu-implib-data.s b/test/COFF/Inputs/gnu-implib-data.s new file mode 100644 index 000000000000..d9af7756332c --- /dev/null +++ b/test/COFF/Inputs/gnu-implib-data.s @@ -0,0 +1,23 @@ + .global __imp_data + + # The data that is emitted into .idata$7 here is isn't needed for + # the import data structures, but we need to emit something which + # produces a relocation against _head_test_lib, to pull in the + # header and trailer objects. + + .section .idata$7 + .rva _head_test_lib + + .section .idata$5 +__imp_data: + .rva .Lhint_name + .long 0 + + .section .idata$4 + .rva .Lhint_name + .long 0 + + .section .idata$6 +.Lhint_name: + .short 0 + .asciz "data" diff --git a/test/COFF/Inputs/gnu-implib-func.s b/test/COFF/Inputs/gnu-implib-func.s new file mode 100644 index 000000000000..5f37ee1cd223 --- /dev/null +++ b/test/COFF/Inputs/gnu-implib-func.s @@ -0,0 +1,27 @@ + .text + .global func + .global __imp_func +func: + jmp *__imp_func + + # The data that is emitted into .idata$7 here is isn't needed for + # the import data structures, but we need to emit something which + # produces a relocation against _head_test_lib, to pull in the + # header and trailer objects. + + .section .idata$7 + .rva _head_test_lib + + .section .idata$5 +__imp_func: + .rva .Lhint_name + .long 0 + + .section .idata$4 + .rva .Lhint_name + .long 0 + + .section .idata$6 +.Lhint_name: + .short 0 + .asciz "func" diff --git a/test/COFF/Inputs/gnu-implib-head.s b/test/COFF/Inputs/gnu-implib-head.s new file mode 100644 index 000000000000..b32acf0d6f3d --- /dev/null +++ b/test/COFF/Inputs/gnu-implib-head.s @@ -0,0 +1,13 @@ + .section .idata$2 + .global _head_test_lib +_head_test_lib: + .rva hname + .long 0 + .long 0 + .rva __test_lib_iname + .rva fthunk + + .section .idata$5 +fthunk: + .section .idata$4 +hname: diff --git a/test/COFF/Inputs/gnu-implib-tail.s b/test/COFF/Inputs/gnu-implib-tail.s new file mode 100644 index 000000000000..784d51f6e830 --- /dev/null +++ b/test/COFF/Inputs/gnu-implib-tail.s @@ -0,0 +1,11 @@ + .section .idata$4 + .long 0 + .long 0 + .section .idata$5 + .long 0 + .long 0 + + .section .idata$7 + .global __test_lib_iname +__test_lib_iname: + .asciz "foo.dll" diff --git a/test/COFF/Inputs/gnu-weak.o b/test/COFF/Inputs/gnu-weak.o Binary files differnew file mode 100644 index 000000000000..997f00463560 --- /dev/null +++ b/test/COFF/Inputs/gnu-weak.o diff --git a/test/COFF/Inputs/gnu-weak2.o b/test/COFF/Inputs/gnu-weak2.o Binary files differnew file mode 100644 index 000000000000..15b5d4dad93f --- /dev/null +++ b/test/COFF/Inputs/gnu-weak2.o diff --git a/test/COFF/Inputs/icf-safe.s b/test/COFF/Inputs/icf-safe.s new file mode 100644 index 000000000000..3a2b3b18e7ab --- /dev/null +++ b/test/COFF/Inputs/icf-safe.s @@ -0,0 +1,9 @@ +.section .rdata,"dr",one_only,non_addrsig1 +.globl non_addrsig1 +non_addrsig1: +.byte 3 + +.section .rdata,"dr",one_only,non_addrsig2 +.globl non_addrsig2 +non_addrsig2: +.byte 3 diff --git a/test/COFF/Inputs/inline-weak.o b/test/COFF/Inputs/inline-weak.o Binary files differnew file mode 100644 index 000000000000..5987e60fd657 --- /dev/null +++ b/test/COFF/Inputs/inline-weak.o diff --git a/test/COFF/Inputs/inline-weak2.o b/test/COFF/Inputs/inline-weak2.o Binary files differnew file mode 100644 index 000000000000..b413f5bb0d43 --- /dev/null +++ b/test/COFF/Inputs/inline-weak2.o diff --git a/test/COFF/Inputs/pdb-file-statics-a.yaml b/test/COFF/Inputs/pdb-file-statics-a.yaml index 957eb5aee869..1a0dbdb67855 100644 --- a/test/COFF/Inputs/pdb-file-statics-a.yaml +++ b/test/COFF/Inputs/pdb-file-statics-a.yaml @@ -1353,7 +1353,7 @@ sections: RegRelativeSym: Offset: 48 Type: 116 - Register: CVRegRSP + Register: RSP VarName: __formal - Kind: S_PROC_ID_END ScopeEndSym: @@ -1528,13 +1528,13 @@ sections: RegRelativeSym: Offset: 48 Type: 116 - Register: CVRegRSP + Register: RSP VarName: argc - Kind: S_REGREL32 RegRelativeSym: Offset: 56 Type: 4098 - Register: CVRegRSP + Register: RSP VarName: argv - Kind: S_PROC_ID_END ScopeEndSym: diff --git a/test/COFF/Inputs/pdb-file-statics-b.yaml b/test/COFF/Inputs/pdb-file-statics-b.yaml index 8b7a311f0f8b..f74bab703477 100644 --- a/test/COFF/Inputs/pdb-file-statics-b.yaml +++ b/test/COFF/Inputs/pdb-file-statics-b.yaml @@ -1328,7 +1328,7 @@ sections: RegRelativeSym: Offset: 48 Type: 116 - Register: CVRegRSP + Register: RSP VarName: __formal - Kind: S_PROC_ID_END ScopeEndSym: diff --git a/test/COFF/Inputs/pdb-scopes-a.yaml b/test/COFF/Inputs/pdb-scopes-a.yaml index 0fc41723bdc2..e422a6241f27 100644 --- a/test/COFF/Inputs/pdb-scopes-a.yaml +++ b/test/COFF/Inputs/pdb-scopes-a.yaml @@ -53,7 +53,7 @@ sections: RegRelativeSym: Offset: 8 Type: 116 - Register: CVRegRSP + Register: RSP VarName: x - Kind: S_PROC_ID_END ScopeEndSym: @@ -93,7 +93,7 @@ sections: RegRelativeSym: Offset: 64 Type: 116 - Register: CVRegRSP + Register: RSP VarName: argc - Kind: S_BLOCK32 BlockSym: @@ -104,7 +104,7 @@ sections: RegRelativeSym: Offset: 32 Type: 116 - Register: CVRegRSP + Register: RSP VarName: x - Kind: S_END ScopeEndSym: @@ -117,7 +117,7 @@ sections: RegRelativeSym: Offset: 36 Type: 116 - Register: CVRegRSP + Register: RSP VarName: y - Kind: S_END ScopeEndSym: diff --git a/test/COFF/Inputs/pdb-scopes-b.yaml b/test/COFF/Inputs/pdb-scopes-b.yaml index c0ee98b0d64c..b1c602143c3f 100644 --- a/test/COFF/Inputs/pdb-scopes-b.yaml +++ b/test/COFF/Inputs/pdb-scopes-b.yaml @@ -53,7 +53,7 @@ sections: RegRelativeSym: Offset: 64 Type: 116 - Register: CVRegRSP + Register: RSP VarName: x - Kind: S_BLOCK32 BlockSym: @@ -64,7 +64,7 @@ sections: RegRelativeSym: Offset: 32 Type: 116 - Register: CVRegRSP + Register: RSP VarName: y - Kind: S_END ScopeEndSym: @@ -77,7 +77,7 @@ sections: RegRelativeSym: Offset: 36 Type: 116 - Register: CVRegRSP + Register: RSP VarName: w - Kind: S_END ScopeEndSym: diff --git a/test/COFF/Inputs/pdb-type-server-missing-2.yaml b/test/COFF/Inputs/pdb-type-server-missing-2.yaml new file mode 100644 index 000000000000..e71bcec22448 --- /dev/null +++ b/test/COFF/Inputs/pdb-type-server-missing-2.yaml @@ -0,0 +1,32 @@ +--- !COFF +header: + Machine: IMAGE_FILE_MACHINE_AMD64 + Characteristics: [ ] +sections: + - Name: '.debug$T' + Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ] + Alignment: 1 + Types: + - Kind: LF_TYPESERVER2 + TypeServer2: + Guid: '{01DF191B-22BF-6B42-96CE-5258B8329FE5}' + Age: 18 + Name: 'C:\src\llvm-project\build\definitely_not_found_for_sure.pdb' + - Name: '.text$mn' + Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ] + Alignment: 16 + SectionData: 33C0C3 +symbols: + - Name: '.debug$T' + Value: 0 + SectionNumber: 2 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + SectionDefinition: + Length: 564 + NumberOfRelocations: 0 + NumberOfLinenumbers: 0 + CheckSum: 0 + Number: 0 +... diff --git a/test/COFF/Inputs/pdb-type-server-simple-a.yaml b/test/COFF/Inputs/pdb-type-server-simple-a.yaml index 8425c4f63b70..78c68168127b 100644 --- a/test/COFF/Inputs/pdb-type-server-simple-a.yaml +++ b/test/COFF/Inputs/pdb-type-server-simple-a.yaml @@ -53,7 +53,7 @@ sections: RegRelativeSym: Offset: 32 Type: 4102 - Register: CVRegRSP + Register: RSP VarName: f - Kind: S_PROC_ID_END ScopeEndSym: diff --git a/test/COFF/Inputs/pdb-type-server-simple-b.yaml b/test/COFF/Inputs/pdb-type-server-simple-b.yaml index 3b511cb0d861..56e97d530894 100644 --- a/test/COFF/Inputs/pdb-type-server-simple-b.yaml +++ b/test/COFF/Inputs/pdb-type-server-simple-b.yaml @@ -53,7 +53,7 @@ sections: RegRelativeSym: Offset: 8 Type: 4097 - Register: CVRegRSP + Register: RSP VarName: p - Kind: S_PROC_ID_END ScopeEndSym: diff --git a/test/COFF/Inputs/pdb-type-server-valid-signature.yaml b/test/COFF/Inputs/pdb-type-server-valid-signature.yaml new file mode 100644 index 000000000000..dd95a3df8893 --- /dev/null +++ b/test/COFF/Inputs/pdb-type-server-valid-signature.yaml @@ -0,0 +1,121 @@ +--- !COFF +header: + Machine: IMAGE_FILE_MACHINE_AMD64 + Characteristics: [ ] +sections: + - Name: '.debug$S' + Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ] + Alignment: 1 + Subsections: + - !Symbols + Records: + - Kind: S_GPROC32_ID + ProcSym: + CodeSize: 3 + DbgStart: 0 + DbgEnd: 2 + FunctionType: 4199 + Flags: [ ] + DisplayName: main + - Kind: S_FRAMEPROC + FrameProcSym: + TotalFrameBytes: 0 + PaddingFrameBytes: 0 + OffsetToPadding: 0 + BytesOfCalleeSavedRegisters: 0 + OffsetOfExceptionHandler: 0 + SectionIdOfExceptionHandler: 0 + Flags: [ AsynchronousExceptionHandling, OptimizedForSpeed ] + - Kind: S_PROC_ID_END + ScopeEndSym: + - !Lines + CodeSize: 3 + Flags: [ ] + RelocOffset: 0 + RelocSegment: 0 + Blocks: + - FileName: 'c:\src\llvm-project\build\t.c' + Lines: + - Offset: 0 + LineStart: 1 + IsStatement: true + EndDelta: 0 + Columns: + - !FileChecksums + Checksums: + - FileName: 'c:\src\llvm-project\build\t.c' + Kind: MD5 + Checksum: 270A878DCC1B845655B162F56C4F5020 + - !StringTable + Strings: + - 'c:\src\llvm-project\build\t.c' + Relocations: + - VirtualAddress: 44 + SymbolName: main + Type: IMAGE_REL_AMD64_SECREL + - VirtualAddress: 48 + SymbolName: main + Type: IMAGE_REL_AMD64_SECTION + - VirtualAddress: 100 + SymbolName: main + Type: IMAGE_REL_AMD64_SECREL + - VirtualAddress: 104 + SymbolName: main + Type: IMAGE_REL_AMD64_SECTION + - Name: '.debug$T' + Characteristics: [ IMAGE_SCN_CNT_INITIALIZED_DATA, IMAGE_SCN_MEM_DISCARDABLE, IMAGE_SCN_MEM_READ ] + Alignment: 1 + Types: + - Kind: LF_TYPESERVER2 + TypeServer2: + Guid: '{8DABD2A0-28FF-CB43-9BAF-175B77B76414}' + Age: 18 + Name: 'pdb-diff-cl.pdb' + - Name: '.text$mn' + Characteristics: [ IMAGE_SCN_CNT_CODE, IMAGE_SCN_MEM_EXECUTE, IMAGE_SCN_MEM_READ ] + Alignment: 16 + SectionData: 33C0C3 +symbols: + - Name: '.debug$S' + Value: 0 + SectionNumber: 1 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + SectionDefinition: + Length: 328 + NumberOfRelocations: 4 + NumberOfLinenumbers: 0 + CheckSum: 0 + Number: 0 + - Name: '.debug$T' + Value: 0 + SectionNumber: 2 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + SectionDefinition: + Length: 564 + NumberOfRelocations: 0 + NumberOfLinenumbers: 0 + CheckSum: 0 + Number: 0 + - Name: '.text$mn' + Value: 0 + SectionNumber: 3 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_NULL + StorageClass: IMAGE_SYM_CLASS_STATIC + SectionDefinition: + Length: 3 + NumberOfRelocations: 0 + NumberOfLinenumbers: 0 + CheckSum: 4021952397 + Number: 0 + - Name: main + Value: 0 + SectionNumber: 3 + SimpleType: IMAGE_SYM_TYPE_NULL + ComplexType: IMAGE_SYM_DTYPE_FUNCTION + StorageClass: IMAGE_SYM_CLASS_EXTERNAL +... diff --git a/test/COFF/Inputs/precomp-a.obj b/test/COFF/Inputs/precomp-a.obj Binary files differnew file mode 100644 index 000000000000..b63392a7a86f --- /dev/null +++ b/test/COFF/Inputs/precomp-a.obj diff --git a/test/COFF/Inputs/precomp-b.obj b/test/COFF/Inputs/precomp-b.obj Binary files differnew file mode 100644 index 000000000000..d590ecebe288 --- /dev/null +++ b/test/COFF/Inputs/precomp-b.obj diff --git a/test/COFF/Inputs/precomp-invalid.obj b/test/COFF/Inputs/precomp-invalid.obj Binary files differnew file mode 100644 index 000000000000..2ad270a6e616 --- /dev/null +++ b/test/COFF/Inputs/precomp-invalid.obj diff --git a/test/COFF/Inputs/precomp.obj b/test/COFF/Inputs/precomp.obj Binary files differnew file mode 100644 index 000000000000..424077e68dc5 --- /dev/null +++ b/test/COFF/Inputs/precomp.obj |