This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c8ece6337 Re-land [LLD][COFF] Early load PDB type server files new 108394447 [PDB] Copy inlinee lines records into the PDB
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/PDB.cpp | 103 +++++++++-- test/COFF/pdb-inlinees-extrafiles.s | 334 ++++++++++++++++++++++++++++++++++++ test/COFF/pdb-inlinees.s | 332 +++++++++++++++++++++++++++++++++++ test/COFF/pdb-unknown-subsection.s | 46 +++++ 4 files changed, 799 insertions(+), 16 deletions(-) create mode 100644 test/COFF/pdb-inlinees-extrafiles.s create mode 100644 test/COFF/pdb-inlinees.s create mode 100644 test/COFF/pdb-unknown-subsection.s