mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
3c338b3803
Provide new llvm::sys::Program facilities for converting the stdout and stdin to binary mode. There is no standard way to do this and the available mechanisms are platform specific. Adjust the bytecode reader and writer to use these methods when their input is stdin or output is stdout. THis avoids the problem with \n writing CRLF to a bytecode file on windows. Patch Contributed by Michael Smith. llvm-svn: 28722 |
||
---|---|---|
.. | ||
Makefile | ||
SlotCalculator.cpp | ||
SlotCalculator.h | ||
SlotTable.h | ||
Writer.cpp | ||
WriterInternals.h |