This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 085368972 [COFF] Error out if 20 bit thumb branches are out of range new 07eb9327e [COFF] Teach LLD to use the COFF .debug$H section.
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/Config.h | 1 + COFF/Driver.cpp | 4 +- COFF/Options.td | 1 + COFF/PDB.cpp | 133 +++++-- test/COFF/Inputs/pdb-hashes-1.yaml | 540 +++++++++++++++++++++++++++++ test/COFF/Inputs/pdb-hashes-2-missing.yaml | 321 +++++++++++++++++ test/COFF/Inputs/pdb-hashes-2.yaml | 355 +++++++++++++++++++ test/COFF/pdb-global-hashes.test | 93 +++++ 8 files changed, 1425 insertions(+), 23 deletions(-) create mode 100644 test/COFF/Inputs/pdb-hashes-1.yaml create mode 100644 test/COFF/Inputs/pdb-hashes-2-missing.yaml create mode 100644 test/COFF/Inputs/pdb-hashes-2.yaml create mode 100644 test/COFF/pdb-global-hashes.test