llvm-6502/lib/Bitcode/Writer
Dan Gohman c2f500aaed Don't flush the raw_ostream in llvm::WriteBitcodeToFile; it's at
the wrong level. Clients which need to leave the stream open but
which still require the bitcode bits to be on disk should call
flush themselves.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104885 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-27 20:26:51 +00:00
..
BitcodeWriter.cpp Don't flush the raw_ostream in llvm::WriteBitcodeToFile; it's at 2010-05-27 20:26:51 +00:00
BitcodeWriterPass.cpp
BitWriter.cpp Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostream options. 2010-03-06 00:30:06 +00:00
CMakeLists.txt
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