This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from fada6236b Move code for symbol resolution from SymbolTable.cpp to Symbols.cpp. new b56a08469 Reland: [WebAssembly] Add __start_/_stop_ symbols for data sections new 1824aef49 Remove LazyObjFile::AddedToLink.
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: ELF/InputFiles.cpp | 18 +++++++--------- ELF/InputFiles.h | 2 -- ELF/LTO.cpp | 2 +- test/wasm/startstop.ll | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ wasm/Driver.cpp | 4 ---- wasm/SymbolTable.cpp | 11 ++++++++++ wasm/SymbolTable.h | 2 ++ wasm/Writer.cpp | 45 +++++++++++++++++++++++++++++++++++---- 8 files changed, 119 insertions(+), 22 deletions(-) create mode 100644 test/wasm/startstop.ll