RE: [LLVMdev] Binary output to cout on Windows

Nothing really needs to be done on Unix, because to my knowledge Unix
doesn't differentiate between text and binary on stdin/stdout.

~Michael

True, but the function still needs to be implemented as a nullity in
order to maintain the illusion in lib/System that LLVM is "platform
neutral" :slight_smile:

Reid.