This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c5a00e0fac4 [memcpyopt] Commit file missed in r319482. new 2b1b9e5ead1 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 | 4 ++++ 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, 52 insertions(+), 4 deletions(-) create mode 100644 test/MC/WebAssembly/visibility.ll