llvm-6502/lib/Bitcode/Writer
Dan Gohman d928fb670f Don't special-case stdout in llvm::WriteBitcodeToFile; just consider
it to be the caller's responsibility to provide a stream in binary
mode. This fixes a layering violation and avoids an outs() call.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104878 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-27 20:06:51 +00:00
..
BitcodeWriter.cpp Don't special-case stdout in llvm::WriteBitcodeToFile; just consider 2010-05-27 20:06:51 +00:00
BitcodeWriterPass.cpp eliminate the std::ostream forms of the bitcode writing APIs. 2009-08-23 07:49:08 +00:00
BitWriter.cpp Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. 2010-03-06 00:30:06 +00:00
CMakeLists.txt Remove derelict serialization code. 2009-12-31 23:40:17 +00:00
Makefile make -fno-rtti the default unless a directory builds with REQUIRES_RTTI. 2010-01-24 20:43:08 +00:00
ValueEnumerator.cpp Add special case bitcode support for DebugLoc. This avoids 2010-04-03 02:17:50 +00:00
ValueEnumerator.h Remove MetadataBase class because it is not adding significant value. 2010-01-22 22:52:10 +00:00