This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 517b10e48 [WebAssembly] Refactor synthetic sections and relocation proc [...] new d6bb5327e [WebAssembly] Add __start_/_stop_ symbols for data 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/startstop.ll | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++ wasm/Driver.cpp | 4 ---- wasm/SymbolTable.cpp | 11 ++++++++++ wasm/SymbolTable.h | 2 ++ wasm/Writer.cpp | 49 +++++++++++++++++++++++++++++++++++++------ 5 files changed, 113 insertions(+), 10 deletions(-) create mode 100644 test/wasm/startstop.ll