1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 20:43:44 +02:00
llvm-mirror/lib/Target/X86/AsmPrinter
Dan Gohman 1418c52e1a 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.

llvm-svn: 58859
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
X86AsmPrinter.cpp Use additionnal include directory instead of ../ in #include. 2008-08-24 12:30:46 +00:00
X86ATTAsmPrinter.cpp Flush the raw_ostream after emitting the assembly for a function. 2008-11-07 19:49:17 +00:00
X86ATTAsmPrinter.h Drop obsolete hook and change all usage to new interface 2008-09-24 22:13:07 +00:00
X86IntelAsmPrinter.cpp Flush the raw_ostream after emitting the assembly for a function. 2008-11-07 19:49:17 +00:00
X86IntelAsmPrinter.h Switch the MachineOperand accessors back to the short names like 2008-10-03 15:45:36 +00:00