diff options
Diffstat (limited to 'COFF/Error.cpp')
-rw-r--r-- | COFF/Error.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/COFF/Error.cpp b/COFF/Error.cpp index b2c7c89bd36c5..166b1971e77fb 100644 --- a/COFF/Error.cpp +++ b/COFF/Error.cpp @@ -59,6 +59,7 @@ void log(const Twine &Msg) { if (Config->Verbose) { std::lock_guard<std::mutex> Lock(Mu); outs() << Argv0 << ": " << Msg << "\n"; + outs().flush(); } } |