This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0a1cb7297f5 [bpf] fix a bug which causes incorrect big endian reloc fixup new afe8111c695 [WebAssembly] Add ObjectYAML support for wasm name 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/ObjectYAML/WasmYAML.h | 15 +++++++++++ lib/ObjectYAML/WasmYAML.cpp | 12 ++++++++- test/ObjectYAML/wasm/name_section.yaml | 40 +++++++++++++++++++++++++++++ tools/obj2yaml/wasm2yaml.cpp | 19 +++++++++++++- tools/yaml2obj/yaml2wasm.cpp | 46 ++++++++++++++++++++++++++-------- 5 files changed, 120 insertions(+), 12 deletions(-) create mode 100644 test/ObjectYAML/wasm/name_section.yaml