This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 109c6e02f7c Insert IMPLICIT_DEFS for undef uses in tail merging new 518513de7ec Removes redundant `llvm::`, add comments and simplify a ret [...] new 9f8cb471ac8 [WebAssembly] Only treat imports/exports as symbols when re [...]
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/Object/Wasm.h | 4 + lib/Object/WasmObjectFile.cpp | 100 ++++++++++++++------- lib/ObjectYAML/WasmYAML.cpp | 2 +- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 61 +++++++------ test/MC/WebAssembly/unnamed-data.ll | 1 - test/tools/llvm-nm/wasm/exports.yaml | 8 +- test/tools/llvm-nm/wasm/imports.yaml | 4 + test/tools/llvm-nm/wasm/weak-symbols.yaml | 4 +- .../llvm-objdump/WebAssembly/symbol-table.test | 6 +- test/tools/llvm-readobj/symbols.test | 12 +-- 10 files changed, 125 insertions(+), 77 deletions(-)