This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 88cdc6927e1 [X86] Fix register parsing in .seh_* in Intel syntax new fa788194053 Disable exit-on-SIGPIPE in lldb new c3ec070faed gn build: Merge r375288
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/Support/Signals.h | 11 +++++ lib/Support/Unix/Signals.inc | 14 +++++- lib/Support/Windows/Signals.inc | 3 ++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/SignalsTest.cpp | 53 ++++++++++++++++++++++ utils/gn/secondary/llvm/unittests/Support/BUILD.gn | 1 + 6 files changed, 82 insertions(+), 1 deletion(-) create mode 100644 unittests/Support/SignalsTest.cpp