This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 487a77626 [LLD][LinkerScript] Add support for segment NONE. new afa01587c [PDB] Start emitting source file and line information new d715108e3 Replace CRLF with LF. new 2bcb057fc Fix build and PDB test on Linux
The 3 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/Chunks.h | 9 +- COFF/PDB.cpp | 153 ++++++-- COFF/Writer.cpp | 2 +- test/COFF/Inputs/pdb_lines_1.yaml | 480 +++++++++++++++++++++++ test/COFF/Inputs/{pdb2.yaml => pdb_lines_2.yaml} | 156 ++++---- test/COFF/icf-associative.test | 8 +- test/COFF/pdb-source-lines.test | 124 ++++++ test/COFF/pdb.test | 6 +- test/ELF/invalid-z.s | 18 +- 9 files changed, 820 insertions(+), 136 deletions(-) create mode 100644 test/COFF/Inputs/pdb_lines_1.yaml copy test/COFF/Inputs/{pdb2.yaml => pdb_lines_2.yaml} (64%) create mode 100644 test/COFF/pdb-source-lines.test