This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from eaa12bb33 Handle OUTPUT_FORMAT arguments in quotation marks new 5f8b66c43 [COFF][LLD] Add link support for Microsoft precompiled headers OBJs
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: COFF/InputFiles.h | 11 +- COFF/PDB.cpp | 288 ++++++++++++++++++++++++++++++----- test/COFF/Inputs/precomp-a.obj | Bin 0 -> 2598 bytes test/COFF/Inputs/precomp-b.obj | Bin 0 -> 2257 bytes test/COFF/Inputs/precomp-invalid.obj | Bin 0 -> 2257 bytes test/COFF/Inputs/precomp.obj | Bin 0 -> 62392 bytes test/COFF/precomp-link.test | 37 +++++ 7 files changed, 300 insertions(+), 36 deletions(-) create mode 100644 test/COFF/Inputs/precomp-a.obj create mode 100644 test/COFF/Inputs/precomp-b.obj create mode 100644 test/COFF/Inputs/precomp-invalid.obj create mode 100644 test/COFF/Inputs/precomp.obj create mode 100644 test/COFF/precomp-link.test