This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 3cf66e820 Resubmit "Add pdb-diff test." new 6c9b6206c [lld/pdb] Add some basic linker module symbols. new 2021313fc Fix pdb-linker-module test on linux.
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/Config.h | 1 + COFF/Driver.cpp | 2 +- COFF/Error.cpp | 5 ++-- COFF/Error.h | 1 - COFF/PDB.cpp | 56 ++++++++++++++++++++++++++++++++++++---- COFF/PDB.h | 3 +-- COFF/Writer.cpp | 2 +- ELF/Config.h | 1 + ELF/Driver.cpp | 2 +- ELF/Error.cpp | 5 ++-- ELF/Error.h | 1 - test/COFF/pdb-linker-module.test | 18 +++++++++++++ 12 files changed, 79 insertions(+), 18 deletions(-) create mode 100644 test/COFF/pdb-linker-module.test