This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e87334bb7c2 Fix typo in emitted attribute name new 1f4bd62fa30 Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""
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: include/llvm/BinaryFormat/Wasm.h | 15 ++++++++------- include/llvm/MC/MCSymbolWasm.h | 4 ++++ include/llvm/Object/Wasm.h | 8 ++++++++ lib/MC/MCWasmStreamer.cpp | 5 ++++- lib/MC/WasmObjectWriter.cpp | 8 ++++++-- lib/Object/WasmObjectFile.cpp | 4 +++- test/MC/WebAssembly/visibility.ll | 23 +++++++++++++++++++++++ 7 files changed, 56 insertions(+), 11 deletions(-) create mode 100644 test/MC/WebAssembly/visibility.ll