This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from b93d75b6d [WebAssembly] Initial wasm linker implementation new 4cee9f313 All .xdata sections are eligble for ICF new 92243d27b COFF: Stop emitting a non-standard COFF symbol table into PEs.
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 | 2 - COFF/ICF.cpp | 17 ++- COFF/Options.td | 1 - COFF/Writer.cpp | 130 ++++----------------- test/COFF/delayimports32.test | 4 +- test/COFF/icf-xdata.s | 86 ++++++++++++++ test/COFF/long-section-name.test | 4 +- test/COFF/lto-opt-level.ll | 12 +- test/COFF/strtab-size.s | 216 ----------------------------------- test/COFF/symtab.test | 236 --------------------------------------- 10 files changed, 134 insertions(+), 574 deletions(-) create mode 100644 test/COFF/icf-xdata.s delete mode 100644 test/COFF/strtab-size.s delete mode 100644 test/COFF/symtab.test