This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4ae0bf7852e [llvm-cov] Fix llvm-cov on Windows and un-XFAIL test new 5748e50b3ea [CodeView] Emit HasConstructorOrDestructor class option for [...] new 16142a36122 [WebAssembly] Improve readability of EH tests
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/DebugInfoFlags.def | 3 +- lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 16 +- test/CodeGen/WebAssembly/cfg-stackify-eh.ll | 130 ++-- test/CodeGen/WebAssembly/exception.ll | 229 ++++-- test/CodeGen/WebAssembly/wasmehprepare.ll | 90 ++- test/DebugInfo/COFF/class-options-common.ll | 1012 +++++++++++++++++++++++++++ test/DebugInfo/COFF/function-options.ll | 10 +- test/DebugInfo/COFF/global-type-hashes.ll | 12 +- 8 files changed, 1343 insertions(+), 159 deletions(-) create mode 100644 test/DebugInfo/COFF/class-options-common.ll