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