This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ec3ac50fcec [DWARF] Move a couple of member functions to the DWARFUnit [...] new f21a6b7f6b3 [WebAssembly] Add support for exception handling instructions new 16264149cd6 [Coverage] Remove two overloads of CoverageMapping::load. NFC.
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/IR/IntrinsicsWebAssembly.td | 4 ++++ .../llvm/ProfileData/Coverage/CoverageMapping.h | 11 --------- lib/ProfileData/Coverage/CoverageMapping.cpp | 12 ---------- lib/Target/WebAssembly/WebAssemblyInstrControl.td | 26 +++++++++++++++++----- test/CodeGen/WebAssembly/exception.ll | 22 ++++++++++++++++++ unittests/ProfileData/CoverageMappingTest.cpp | 17 +++++++------- 6 files changed, 56 insertions(+), 36 deletions(-) create mode 100644 test/CodeGen/WebAssembly/exception.ll