This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6b435e94b7e [SROA] Fix nondeterminism exposed by Simon's r299221. new 4275ee9fcbb [WebAssembly] Add some tests for wasm MC layer
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: test/MC/WebAssembly/reloc-code.ll | 59 ++++++++++++++++++++++++++++++++ test/MC/WebAssembly/sections.ll | 57 ++++++++++++++++++++++++++++++ test/tools/llvm-readobj/relocations.test | 5 ++- tools/llvm-readobj/WasmDumper.cpp | 19 ++++++++-- 4 files changed, 134 insertions(+), 6 deletions(-) create mode 100644 test/MC/WebAssembly/reloc-code.ll create mode 100644 test/MC/WebAssembly/sections.ll