[PATCH] D75278: Use FileDescriptorIsDisplayed in place of direct call to isatty in support library
Paul Robinson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 10:58:13 PST 2020
probinson accepted this revision.
probinson added a comment.
This revision is now accepted and ready to land.
FileDescriptorIsDisplayed() basically calls isatty() when it's present, so this should be NFC on any host with that syscall.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75278/new/
https://reviews.llvm.org/D75278
More information about the llvm-commits
mailing list