This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 82b03a693 [WebAssembly] Update to match llvm change rL323901. NFC new 63a06e13b [COFF] make /incremental control overwriting unchanged import [...] new 52b6b1a3a [WebAssembly] Write minimal types section
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 | 27 ++++++++++++++++ COFF/Options.td | 5 +-- test/COFF/incremental.test | 66 ++++++++++++++++++++++++++++++++++++++ test/COFF/unchanged-importlib.test | 7 ---- test/wasm/call-indirect.ll | 18 +++++------ test/wasm/gc-sections.ll | 37 +++++++++++++++++---- test/wasm/relocatable.ll | 14 ++++---- wasm/InputChunks.h | 8 ++--- wasm/InputFiles.cpp | 4 +++ wasm/InputFiles.h | 1 + wasm/Writer.cpp | 53 ++++++++++++++++++------------ 12 files changed, 186 insertions(+), 55 deletions(-) create mode 100644 test/COFF/incremental.test delete mode 100644 test/COFF/unchanged-importlib.test