Add preprocessor guards for UNIX.
This reverts commit r344389.
Differential D53210
Revert 344389 "Revert r344375 "[Driver] check for exit code from SIGPIPE"" nickdesaulniers on Oct 12 2018, 12:38 PM. Authored by
Details Add preprocessor guards for UNIX. This reverts commit r344389.
Diff Detail
Event TimelineComment Actions I think it's fine, just remove the git hash from the commit message and just refer to the svn number. Comment Actions I think this is now breaking: Comment Actions Hi @nickdesaulniers Comment Actions Hi @richard.barton.arm , this has landed already. If you click "show older" you'll see the UI element that shows this landed as r344536 (Oct 15 2018). If your clang version is later than r344536 (what will become clang-8) and you still see this, please open a new bug. The commit is definitely confusing; it looks like a revert, but it's a revert of a revert (double negative) which is relanding the patch. The lld failures were PEBKAC on my part, unrelated to this patch. Comment Actions Hi @nickdesaulniers - thanks for the clarification. I was suffering from some PEBCAK of my own when I thought the commits were not on master. Thanks for these patches - a great help. |