This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 4010882fb45 [MC] Plumb unique_ptr<MCWasmObjectTargetWriter> through cre [...] new be1ef6a68c7 [SEH] Use reportError instead of report_fatal_error for bad [...]
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/MC/MCStreamer.h | 36 ++-- include/llvm/MC/MCWinCOFFStreamer.h | 2 +- lib/MC/MCAsmStreamer.cpp | 87 +++++----- lib/MC/MCParser/COFFAsmParser.cpp | 66 +++----- lib/MC/MCStreamer.cpp | 184 +++++++++++++-------- lib/MC/MCWinCOFFStreamer.cpp | 2 +- lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp | 6 +- test/MC/AsmParser/seh-directive-errors.s | 96 +++++++++++ test/MC/COFF/seh-stackalloc-zero.s | 3 +- 9 files changed, 309 insertions(+), 173 deletions(-) create mode 100644 test/MC/AsmParser/seh-directive-errors.s