This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 421a0c12e3d [Tablegen] SubtargetEmitter: move the logic that prints pre [...] new 14598cb5bea [WebAssembly] Add version to object file metadata new 32642131702 Fix a bug that prevents global variables from having a DW_O [...]
The 2 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 | 3 ++ include/llvm/ObjectYAML/WasmYAML.h | 1 + lib/CodeGen/AsmPrinter/DwarfCompileUnit.cpp | 5 ++-- lib/MC/WasmObjectWriter.cpp | 3 +- lib/Object/WasmObjectFile.cpp | 8 +++++ lib/ObjectYAML/WasmYAML.cpp | 1 + test/DebugInfo/X86/global-expression.ll | 38 ++++++++++++++++++++++++ test/MC/WebAssembly/array-fill.ll | 4 +-- test/MC/WebAssembly/bss.ll | 5 ++-- test/MC/WebAssembly/comdat.ll | 1 + test/MC/WebAssembly/explicit-sections.ll | 5 ++-- test/MC/WebAssembly/global-ctor-dtor.ll | 1 + test/MC/WebAssembly/unnamed-data.ll | 1 + test/MC/WebAssembly/visibility.ll | 4 +-- test/MC/WebAssembly/weak-alias.ll | 1 + test/MC/WebAssembly/weak.ll | 4 +-- test/Object/Inputs/trivial-object-test.wasm | Bin 320 -> 324 bytes test/Object/obj2yaml.test | 1 + test/Object/wasm-bad-metadata-version.yaml | 11 +++++++ test/ObjectYAML/wasm/code_section.yaml | 1 + test/ObjectYAML/wasm/data_section.yaml | 1 + test/ObjectYAML/wasm/invalid_global_weak.yaml | 1 + test/ObjectYAML/wasm/linking_section.yaml | 5 ++-- test/ObjectYAML/wasm/weak_symbols.yaml | 1 + test/tools/llvm-nm/wasm/exports.yaml | 1 + test/tools/llvm-nm/wasm/imports.yaml | 1 + test/tools/llvm-nm/wasm/weak-symbols.yaml | 1 + test/tools/llvm-objdump/Inputs/trivial.obj.wasm | Bin 320 -> 324 bytes test/tools/llvm-objdump/wasm.txt | 2 +- test/tools/llvm-readobj/Inputs/trivial.obj.wasm | Bin 291 -> 295 bytes test/tools/llvm-readobj/sections.test | 4 +-- tools/obj2yaml/wasm2yaml.cpp | 6 ++++ tools/yaml2obj/yaml2wasm.cpp | 1 + 33 files changed, 98 insertions(+), 24 deletions(-) create mode 100644 test/DebugInfo/X86/global-expression.ll create mode 100644 test/Object/wasm-bad-metadata-version.yaml