llvm-project/llvm/lib/Bytecode/Reader
Reid Spencer ab97f22ccc For PR787:
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
2006-06-07 23:18:34 +00:00
..
Analyzer.cpp I bet pinski knows why g++ accepts this stuff 2005-12-26 14:23:22 +00:00
Makefile Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
Reader.cpp Fix a bug in the bc reader/writer: we were not correctly encoding varargs 2006-05-26 18:42:34 +00:00
Reader.h Fix auto-upgrade of intrinsics to work properly with both assembly and 2006-01-27 11:49:27 +00:00
ReaderWrappers.cpp For PR787: 2006-06-07 23:18:34 +00:00