[all-commits] [llvm/llvm-project] 0b704d: [Support] Emulate SIGPIPE handling in raw_fd_ostre...

Andrew Ng via All-commits all-commits at lists.llvm.org
Thu Feb 9 02:39:56 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0b704d9db7e15723922ee29c6f245d108a09c214
      https://github.com/llvm/llvm-project/commit/0b704d9db7e15723922ee29c6f245d108a09c214
  Author: Andrew Ng <andrew.ng at sony.com>
  Date:   2023-02-09 (Thu, 09 Feb 2023)

  Changed paths:
    M clang/lib/Driver/Driver.cpp
    M llvm/include/llvm/Support/ExitCodes.h
    M llvm/include/llvm/Support/Signals.h
    M llvm/lib/Support/Windows/Signals.inc
    M llvm/lib/Support/raw_ostream.cpp

  Log Message:
  -----------
  [Support] Emulate SIGPIPE handling in raw_fd_ostream write for Windows

Prevent errors and crash dumps for broken pipes on Windows.

Fixes: https://github.com/llvm/llvm-project/issues/48672

Differential Revision: https://reviews.llvm.org/D142224




More information about the All-commits mailing list