This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 13eecb8 Change the return type of getImplicitAddend to signed integer. new 8b2441e COFF: prevent nullptr dereference new e4d05ac COFF: ensure that we handle bad arguments
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/Driver.cpp | 3 ++- COFF/PDB.cpp | 9 ++++++--- COFF/Writer.cpp | 8 ++++++-- test/COFF/invalid-debug-type.test | 5 +++++ test/COFF/pdb-none.test | 13 +++++++++++++ 5 files changed, 32 insertions(+), 6 deletions(-) create mode 100644 test/COFF/invalid-debug-type.test create mode 100644 test/COFF/pdb-none.test