llvm-6502/lib/Target/PowerPC/AsmPrinter
Dan Gohman e5f4de42b5 Flush the raw_ostream after emitting the assembly for a function.
This is a temporary fix for the -print-emitted-asm option, where
errs() is used as the stream, in the case where other code is
using stderr without using errs()' buffer. Hopefully soon we'll
fix errs() to be non-buffered instead. Patch by Preston Gurd.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58859 91177308-0d34-0410-b5e6-96231b3b80d8
2008-11-07 19:49:17 +00:00
..
CMakeLists.txt CMake: Turned some libraries into partially linked objects. Corrected 2008-10-22 02:51:53 +00:00
Makefile Factor out asmprinter out of ppc 2008-08-17 13:54:28 +00:00
PPCAsmPrinter.cpp Flush the raw_ostream after emitting the assembly for a function. 2008-11-07 19:49:17 +00:00