This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from fa041c4a1 clang-format LLVM.h (NFC) new 6532a86e4 [WebAssembly] Add support for the event section
The 1 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: include/lld/Common/LLVM.h | 4 ++ .../Inputs/used.ll => Inputs/event-section1.ll} | 5 +- .../Inputs/used.ll => Inputs/event-section2.ll} | 5 +- test/wasm/event-section.ll | 34 +++++++++ wasm/Driver.cpp | 4 +- wasm/InputChunks.cpp | 4 ++ wasm/InputEvent.h | 63 +++++++++++++++++ wasm/InputFiles.cpp | 26 ++++++- wasm/InputFiles.h | 3 + wasm/LTO.cpp | 2 +- wasm/MarkLive.cpp | 4 ++ wasm/OutputSections.cpp | 2 + wasm/SymbolTable.cpp | 53 ++++++++++++-- wasm/SymbolTable.h | 2 + wasm/Symbols.cpp | 35 +++++++++ wasm/Symbols.h | 64 ++++++++++++++--- wasm/Writer.cpp | 82 ++++++++++++++++++++-- wasm/WriterUtils.cpp | 24 ++++++- wasm/WriterUtils.h | 7 +- 19 files changed, 389 insertions(+), 34 deletions(-) copy test/wasm/{lto/Inputs/used.ll => Inputs/event-section1.ll} (50%) copy test/wasm/{lto/Inputs/used.ll => Inputs/event-section2.ll} (50%) create mode 100644 test/wasm/event-section.ll create mode 100644 wasm/InputEvent.h