This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 4e9e3658e Speed up iteration of CodeView record streams. new 948fc65a2 [WebAssembly] Add missing function exports and SYM_INFO to -- [...] new 83a04111d Add a missing file header.
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: Common/Timer.cpp | 9 + test/wasm/Inputs/locals-duplicate1.ll | 49 +++ test/wasm/Inputs/locals-duplicate2.ll | 49 +++ test/wasm/call-indirect.ll | 6 +- test/wasm/init-fini.ll | 39 ++- test/wasm/locals-duplicate.test | 543 ++++++++++++++++++++++++++++++++++ test/wasm/relocatable.ll | 15 + test/wasm/visibility-hidden.ll | 6 +- wasm/Writer.cpp | 127 +++++--- 9 files changed, 803 insertions(+), 40 deletions(-) create mode 100644 test/wasm/Inputs/locals-duplicate1.ll create mode 100644 test/wasm/Inputs/locals-duplicate2.ll create mode 100644 test/wasm/locals-duplicate.test