This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ca40007b1fa [X86] Remove GCCBuiltin from deprecated avx512 scatter intr [...] new 017cb3b47a4 Revert "[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, 18 insertions(+), 276 deletions(-) delete mode 100644 test/ObjectYAML/wasm/producers_section.yaml delete mode 100644 test/ObjectYAML/wasm/producers_section_repeat.yaml