This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 62ad2e70d [ELF] Make TrapInstr and Filler byte arrays. NFC. new eb90ff642 [WebAssembly] Initial support for shared objects (-shared)
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: docs/ReleaseNotes.rst | 8 ++++++ docs/WebAssembly.rst | 2 ++ test/wasm/shared.ll | 70 +++++++++++++++++++++++++++++++++++++++++++++++++ wasm/Config.h | 5 ++++ wasm/Driver.cpp | 44 +++++++++++++++++++++++++++++-- wasm/LTO.cpp | 7 +++++ wasm/Options.td | 8 +++++- wasm/OutputSections.cpp | 15 ++++++++--- wasm/Symbols.cpp | 2 ++ wasm/Symbols.h | 8 ++++++ wasm/Writer.cpp | 60 ++++++++++++++++++++++++++++++++++-------- 11 files changed, 212 insertions(+), 17 deletions(-) create mode 100644 test/wasm/shared.ll