This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0bca5fd90ee [X86] Allow pmulh to be formed from narrow vXi16 vectors un [...] new 45c215a28e7 [WebAssembly] Add support for dylink section in object format
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 | 7 +++++++ include/llvm/Object/Wasm.h | 3 +++ include/llvm/ObjectYAML/WasmYAML.h | 14 ++++++++++++++ lib/Object/WasmObjectFile.cpp | 17 ++++++++++++++++- lib/ObjectYAML/WasmYAML.cpp | 15 ++++++++++++++- test/ObjectYAML/wasm/dylink_section.yaml | 24 ++++++++++++++++++++++++ tools/obj2yaml/wasm2yaml.cpp | 11 ++++++++++- tools/yaml2obj/yaml2wasm.cpp | 16 +++++++++++++++- 8 files changed, 103 insertions(+), 4 deletions(-) create mode 100644 test/ObjectYAML/wasm/dylink_section.yaml