This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f4a2d1d749c [Hexagon] Use proper predicate register state when expandin [...] new 49ab5d59922 [WebAssembly] Add data size and alignement to linking section
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 | 11 +++- include/llvm/Object/Wasm.h | 2 + include/llvm/ObjectYAML/WasmYAML.h | 2 + lib/MC/WasmObjectWriter.cpp | 24 +++++--- lib/Object/WasmObjectFile.cpp | 11 +++- lib/ObjectYAML/WasmYAML.cpp | 2 + test/MC/WebAssembly/unnamed-data.ll | 94 ++++++++++++++++--------------- test/MC/WebAssembly/weak-alias.ll | 2 + test/MC/WebAssembly/weak.ll | 2 + test/ObjectYAML/wasm/weak_symbols.yaml | 21 ++++++- test/tools/llvm-nm/wasm/weak-symbols.yaml | 2 + tools/obj2yaml/wasm2yaml.cpp | 2 + tools/yaml2obj/yaml2wasm.cpp | 60 ++++++++++++++------ 13 files changed, 163 insertions(+), 72 deletions(-)