Flush output in log()
authorHans Wennborg <hans@hanshq.net>
Fri, 28 Apr 2017 21:35:02 +0000 (21:35 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 28 Apr 2017 21:35:02 +0000 (21:35 +0000)
commitca31b9f89ca73d4c0c36dd567d9994a03a28b43e
treec0f08463853bdc20264c525d4249e44a9c9c20c5
parente27cb877542d8784a304b77c65d1098038e6bea5
Flush output in log()

This change was motivated by output from lld-link.exe and link.exe
getting intermixed. There's already a flush() call in message(), so
there's precedence.

llvm-svn: 301693
lld/COFF/Error.cpp
lld/ELF/Error.cpp