This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 52afa7d62 [ELF] Don't copy STT_TLS in copy relocation new 248e15c85 [WebAssembly] --export should fetch lazy symbols new a5e5eaa27 [COFF] Remove a superfluous warning about aligncomm for non-c [...]
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 | 6 ++--- test/COFF/Inputs/common-replacement.s | 5 ++++ test/COFF/common-replacement.s | 35 ++++++++++++++++++++++++ test/wasm/archive-export.ll | 50 +++++++++++++++++++++++++++++++++++ wasm/Driver.cpp | 21 ++++++++------- 5 files changed, 104 insertions(+), 13 deletions(-) create mode 100644 test/COFF/Inputs/common-replacement.s create mode 100644 test/COFF/common-replacement.s create mode 100644 test/wasm/archive-export.ll