This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 34d9edb8d [WebAssembly] Update YAML in tests to match LLVM change new fcead82b9 [WebAssembly] Output functions individually
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: wasm/InputFiles.cpp | 101 +++++++++++++++++++++++++++--------------------- wasm/InputFiles.h | 32 +++++++-------- wasm/InputFunction.h | 57 +++++++++++++++++++++++++++ wasm/InputSegment.h | 16 ++++---- wasm/OutputSections.cpp | 65 +++++++++++++------------------ wasm/OutputSections.h | 6 +-- wasm/SymbolTable.cpp | 44 ++++++++------------- wasm/SymbolTable.h | 6 ++- wasm/Symbols.cpp | 42 +++++++++++++------- wasm/Symbols.h | 14 +++---- wasm/Writer.cpp | 97 +++++++++++++++++++++------------------------- 11 files changed, 266 insertions(+), 214 deletions(-) create mode 100644 wasm/InputFunction.h