This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f782a152e69 [MergeFunc] Prevent silent miscompile of vararg functions new 6997360500c [WebAssembly] Parse llvm.ident into producers 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 | 6 +++ include/llvm/Object/Wasm.h | 4 +- include/llvm/ObjectYAML/WasmYAML.h | 23 +++++++++++ lib/MC/WasmObjectWriter.cpp | 47 ++++++++++++++-------- lib/Object/WasmObjectFile.cpp | 45 +++++++++++++++++++++ lib/ObjectYAML/WasmYAML.cpp | 18 +++++++++ lib/Target/WebAssembly/WebAssemblyAsmPrinter.cpp | 30 ++++++++++++++ test/CodeGen/WebAssembly/custom-sections.ll | 13 ++++++ test/MC/WebAssembly/custom-sections.ll | 9 +++++ test/MC/WebAssembly/debug-info.ll | 6 +++ test/ObjectYAML/wasm/producers_section.yaml | 29 +++++++++++++ test/ObjectYAML/wasm/producers_section_repeat.yaml | 14 +++++++ tools/obj2yaml/wasm2yaml.cpp | 23 +++++++++++ tools/yaml2obj/yaml2wasm.cpp | 27 +++++++++++++ 14 files changed, 276 insertions(+), 18 deletions(-) create mode 100644 test/ObjectYAML/wasm/producers_section.yaml create mode 100644 test/ObjectYAML/wasm/producers_section_repeat.yaml