This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from c377952ce [WebAssembly] Cleanup methods for add synthetic symbols to sy [...] new 555441c19 [WebAssembly] Unify concepts of discarded and non-live input [...] new 970672cc1 [LLD] Implement /guard:[no]longjmp
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 | 8 +++- COFF/DriverUtils.cpp | 20 ++++++--- COFF/InputFiles.cpp | 4 +- COFF/InputFiles.h | 6 ++- COFF/Writer.cpp | 36 ++++++++++------ test/COFF/gfids-corrupt.s | 2 +- test/COFF/gfids-fallback.s | 2 +- test/COFF/gfids-gc.s | 4 +- test/COFF/gfids-icf.s | 2 +- test/COFF/guard-longjmp.s | 103 +++++++++++++++++++++++++++++++++++++++++++++ wasm/InputChunks.h | 6 +-- wasm/InputFiles.cpp | 4 +- wasm/Writer.cpp | 11 ++--- 13 files changed, 168 insertions(+), 40 deletions(-) create mode 100644 test/COFF/guard-longjmp.s