[PATCH] D63859: [Support] Add getFileOrSTDIN which calls a callback if stdin is a tty

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 23:31:54 PDT 2019


MaskRay added a comment.

I am a bit dubious about the change. Why is a callback needed? Doesn't performing operations in the call sites meet your needs?


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

https://reviews.llvm.org/D63859





More information about the llvm-commits mailing list