Re: r344375 - [Driver] check for exit code from SIGPIPE

2018-10-12 Thread Nick Desaulniers via cfe-commits
Thanks for the quick revert to keep the build green; sorry for breaking it. Maybe we can discuss a fix in: https://reviews.llvm.org/D53001 On Fri, Oct 12, 2018 at 11:11 AM Reid Kleckner wrote: > > This patch makes a lot of posix assumptions, and that header file doesn't > exist on Windows. I reve

Re: r344375 - [Driver] check for exit code from SIGPIPE

2018-10-12 Thread Reid Kleckner via cfe-commits
This patch makes a lot of posix assumptions, and that header file doesn't exist on Windows. I reverted this to fix the build, but you might want to reconsider how this is designed. On Fri, Oct 12, 2018 at 10:24 AM Nick Desaulniers via cfe-commits < cfe-commits@lists.llvm.org> wrote: > Author: nic