[PATCH] D75707: [CMake] Delete HAVE_ISATTY

Paul Robinson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 6 09:19:02 PST 2020


probinson added a subscriber: aprantl.
probinson added a comment.

`isatty()` is not supported on the PS4 console OS.  We'd like to be able to run some LLVM libraries there, e.g., to support symbolization in compiler-rt on the device.  D75278 <https://reviews.llvm.org/D75278> is a step toward that goal, which I don't think is too unreasonable.
I wonder if other small/embedded devices would have similar restrictions e.g. a watch.  Add @aprantl for an opinion.

I'd rather you did not do this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D75707





More information about the llvm-commits mailing list