This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 285779ca0f4 [InstCombine] (X != C1 && X != C2) --> (X | (C1 ^ C2)) != C [...] new a70c36a148b [WebAssembly] Improve readobj and nm support for wasm
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 | 1 - test/tools/llvm-nm/lit.local.cfg | 2 + test/tools/llvm-nm/wasm/exports.yaml | 22 ++++ test/tools/llvm-nm/wasm/imports.yaml | 25 ++++ test/tools/llvm-readobj/Inputs/trivial.obj.wasm | Bin 181 -> 221 bytes test/tools/llvm-readobj/file-headers.test | 7 +- test/tools/llvm-readobj/relocations.test | 25 ++++ test/tools/llvm-readobj/sections.test | 95 ++++++++------ test/tools/llvm-readobj/symbols.test | 21 +++ tools/llvm-nm/llvm-nm.cpp | 12 ++ tools/llvm-readobj/WasmDumper.cpp | 167 ++++++++++++++++++------ 11 files changed, 289 insertions(+), 88 deletions(-) create mode 100644 test/tools/llvm-nm/wasm/exports.yaml create mode 100644 test/tools/llvm-nm/wasm/imports.yaml