mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-26 07:34:06 +00:00
Workaround for bug in GCC 3.1.1 iostreams library on sparc. It apprarently
isn't flushing an ostream when it is deleted. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3834 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b4ee4f935e
commit
fd479b6fd4
@ -28,7 +28,7 @@ public:
|
||||
}
|
||||
|
||||
bool run(Module &M) {
|
||||
(*Out) << M;
|
||||
(*Out) << M << std::flush;
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user