mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Unbreak build.
llvm-svn: 51709
This commit is contained in:
parent
80d70cd681
commit
bcd38344b9
@ -17,8 +17,8 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include <llvm/Config/config.h>
|
||||
#include <llvm/Support/Streams.h>
|
||||
#include "Unix.h"
|
||||
#include <iostream>
|
||||
#if HAVE_SYS_STAT_H
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
@ -210,8 +210,8 @@ Program::ExecuteAndWait(const Path& path,
|
||||
}
|
||||
|
||||
// Make sure stderr and stdout have been flushed
|
||||
cerr.flush();
|
||||
cout.flush();
|
||||
std::cerr << std::flush;
|
||||
std::cout << std::flush;
|
||||
fsync(1);
|
||||
fsync(2);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user