This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 7b17bd1ed [codeview] Fix YAML for LF_TYPESERVER2 by hoisting PDB_UniqueId new 87bf93202 [PDB] Merge in types and items from type servers (/Zi)
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 | 167 +++++++++++++++++--- .../{pdb1.yaml => pdb-type-server-simple-a.yaml} | 169 ++++++++------------- .../{pdb2.yaml => pdb-type-server-simple-b.yaml} | 140 ++++++----------- test/COFF/Inputs/pdb-type-server-simple-ts.yaml | 147 ++++++++++++++++++ test/COFF/pdb-type-server-missing.yaml | 5 +- test/COFF/pdb-type-server-simple.test | 91 +++++++++++ 6 files changed, 491 insertions(+), 228 deletions(-) copy test/COFF/Inputs/{pdb1.yaml => pdb-type-server-simple-a.yaml} (62%) copy test/COFF/Inputs/{pdb2.yaml => pdb-type-server-simple-b.yaml} (54%) create mode 100644 test/COFF/Inputs/pdb-type-server-simple-ts.yaml create mode 100644 test/COFF/pdb-type-server-simple.test