[PATCH] D56940: FileOutputBuffer: Treat "-" as the stdout.

Alexander Richardson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 19 02:29:18 PST 2019


arichardson added a comment.

This looks good to me.

I added a local hack for CHERI lld to just replace - with /device/stdout and never got around to replacing it with a sensible solution. This is much better since it will also work on Windows.


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

https://reviews.llvm.org/D56940





More information about the llvm-commits mailing list