[PATCH] D124607: Add an error message to the default SIGPIPE handler

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 5 06:50:39 PDT 2022


jhenderson accepted this revision.
jhenderson added a comment.
This revision is now accepted and ready to land.

LGTM!



================
Comment at: llvm/test/tools/llvm-nm/unix03-sigpipe-exit.test:8
+# RUN: not %python %s llvm-nm llvm-nm 2>&1 | FileCheck %s
+# CHECK: write on a pipe with no reader
+
----------------
Nit: I'd check the "error:" prefix here too.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D124607/new/

https://reviews.llvm.org/D124607



More information about the llvm-commits mailing list