This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 2ac837f5d [ELF][RISCV] Error on R_RISCV_PCREL_LO12_[IS] that point to a [...] new e7eb8f099 [WebAssembly] Add option to emit passive segments
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/data-segment-merging.ll | 137 +++++++++++++++++++++++++++++--------- test/wasm/data-segments.ll | 99 +++++++++++++++++++++++++++ wasm/Config.h | 1 + wasm/Driver.cpp | 18 ++++- wasm/MarkLive.cpp | 8 ++- wasm/Options.td | 6 ++ wasm/OutputSections.cpp | 28 +++++--- wasm/OutputSegment.h | 1 + wasm/Symbols.cpp | 1 + wasm/Symbols.h | 4 ++ wasm/SyntheticSections.cpp | 2 +- wasm/Writer.cpp | 91 +++++++++++++++++++------ 12 files changed, 326 insertions(+), 70 deletions(-) create mode 100644 test/wasm/data-segments.ll