This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 6c333b02c s/LLVM_ON_WIN32/_WIN32/, lld new e1964ff6e [WebAssembly] Add support for custom sections
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: test/wasm/Inputs/custom.ll | 6 ++++++ test/wasm/custom-sections.ll | 22 ++++++++++++++++++++++ wasm/InputChunks.cpp | 10 ++++++++++ wasm/InputChunks.h | 21 ++++++++++++++++++++- wasm/InputFiles.cpp | 2 ++ wasm/InputFiles.h | 2 ++ wasm/OutputSections.cpp | 35 +++++++++++++++++++++++++++++++++++ wasm/OutputSections.h | 21 +++++++++++++++++++++ wasm/Writer.cpp | 22 ++++++++++++++++++++++ 9 files changed, 140 insertions(+), 1 deletion(-) create mode 100644 test/wasm/Inputs/custom.ll create mode 100644 test/wasm/custom-sections.ll