This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4934dfffb04 [GlobalISel] Fix a crash when handling an invalid MVT durin [...] new 9dcce983ad7 [WebAssembly] Add DataCount section to object files
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/Object/Wasm.h | 2 + include/llvm/ObjectYAML/WasmYAML.h | 10 +++++ lib/MC/WasmObjectWriter.cpp | 12 ++++++ lib/Object/WasmObjectFile.cpp | 11 ++++++ lib/ObjectYAML/WasmYAML.cpp | 11 ++++++ test/MC/WebAssembly/bss.ll | 2 +- test/MC/WebAssembly/comdat.ll | 2 + test/MC/WebAssembly/data-section.s | 3 +- test/MC/WebAssembly/debug-info.ll | 55 +++++++++++++++------------- test/MC/WebAssembly/explicit-sections.ll | 2 +- test/MC/WebAssembly/external-data.ll | 2 +- test/MC/WebAssembly/external-func-address.ll | 2 +- test/MC/WebAssembly/global-ctor-dtor.ll | 2 + test/MC/WebAssembly/reloc-code.ll | 2 +- test/MC/WebAssembly/reloc-data.ll | 2 +- test/MC/WebAssembly/reloc-pic.s | 2 + test/MC/WebAssembly/unnamed-data.ll | 2 +- test/MC/WebAssembly/weak-alias.ll | 2 + tools/llvm-readobj/WasmDumper.cpp | 10 ++--- tools/obj2yaml/wasm2yaml.cpp | 6 +++ tools/yaml2obj/yaml2wasm.cpp | 10 +++++ 21 files changed, 114 insertions(+), 38 deletions(-)