enhance raw_svector_ostream::write_impl to work with unbuffered streams,
authorChris Lattner <sabre@nondot.org>
Mon, 15 Feb 2010 02:18:26 +0000 (02:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 15 Feb 2010 02:18:26 +0000 (02:18 +0000)
commit17f26b4fd2473eb6224527105c293a73193e62e3
tree2431a566a9051b392f3de9d3573ab26d8bde7f34
parentefbdaa6463c8febe9cbfdd6d39f3a9ba18773427
enhance raw_svector_ostream::write_impl to work with unbuffered streams,
which may call write_impl on things that are not the usual buffer.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@96209 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/raw_ostream.cpp