nickdesaulniers added a comment.

Much thanks for the patch!



================
Comment at: clang/test/Driver/sigpipe-handling.c:2
+// REQUIRES: shell
+// RUN: %clang -E -fno-integrated-cc1 %s | tee /dev/null | head -n1 | 
FileCheck %s
+
----------------
 Looks like

    clang -E -fno-integrated-cc1 %s | head

is even enough to repro (no `tee` needed).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94324

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to