This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4f803360f [LTO] Add a test for ThinLTO + --defsym. new 6bcb79c10 Fix some differences between lld and MSVC generated PDBs. new 17fe622de Use windows path syntax when writing PDB module name.
The 2 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 | 7 +- .../Inputs/pdb-diff-cl.pdb} | Bin 131828 -> 102400 bytes test/COFF/Inputs/pdb-diff.cpp | 10 + test/COFF/Inputs/pdb-diff.obj | Bin 0 -> 8602 bytes test/COFF/pdb-diff.test | 216 +++++++++++++++++++++ test/COFF/pdb-source-lines.test | 2 +- test/COFF/pdb.test | 2 +- 7 files changed, 233 insertions(+), 4 deletions(-) copy test/{ELF/Inputs/mips-gp-disp.so => COFF/Inputs/pdb-diff-cl.pdb} (55%) create mode 100644 test/COFF/Inputs/pdb-diff.cpp create mode 100644 test/COFF/Inputs/pdb-diff.obj create mode 100644 test/COFF/pdb-diff.test