This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lld.
from 0f9513de8 [WebAssembly] Revert r319592 "Add support for visibility flag" new 8ed8fd509 Reland "[WebAssembly] Add support for visibility flag""
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/Inputs/call-indirect.ll | 4 +-- test/wasm/Inputs/{ret32.ll => hidden.ll} | 9 +++++-- test/wasm/Inputs/ret32.ll | 2 +- test/wasm/Inputs/ret64.ll | 2 +- test/wasm/Inputs/weak-alias.ll | 2 +- test/wasm/call-indirect.ll | 12 ++++----- test/wasm/entry.ll | 2 +- test/wasm/visibility-hidden.ll | 46 ++++++++++++++++++++++++++++++++ test/wasm/weak-alias-overide.ll | 6 ++--- test/wasm/weak-alias.ll | 6 ++--- test/wasm/weak-external.ll | 12 ++++----- wasm/Symbols.cpp | 2 ++ wasm/Symbols.h | 1 + wasm/Writer.cpp | 41 +++++++++++++--------------- 14 files changed, 98 insertions(+), 49 deletions(-) copy test/wasm/Inputs/{ret32.ll => hidden.ll} (54%) create mode 100644 test/wasm/visibility-hidden.ll