llvm-6502/lib/Bytecode/Writer
Reid Spencer 32f5553c03 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28722 91177308-0d34-0410-b5e6-96231b3b80d8
2006-06-07 23:18:34 +00:00
..
Makefile Use archive libraries instead of object files for VMCore, BCReader, 2006-06-01 01:30:27 +00:00
SlotCalculator.cpp Fix a bug where the types for inlineasm nodes were not properly entered into 2006-06-07 22:20:03 +00:00
SlotCalculator.h add bc reader/writer support for inline asm 2006-01-25 23:08:15 +00:00
SlotTable.h * Remove trailing whitespace 2005-04-21 21:48:46 +00:00
Writer.cpp For PR787: 2006-06-07 23:18:34 +00:00
WriterInternals.h add bc reader/writer support for inline asm 2006-01-25 23:08:15 +00:00