llvm-project/lld/Common
Sam Clegg 77c1def71a Use ErrorOS for log messages as well as error
log are also diagnostics so it seems like they should to
the same place as errors and debug messages.

Without this change when I enable --verbose those messages
go to stdout, but when I enable "-mllvm -debug" those messages
go to stderr (because dbgs() goes to stderr by default).

So I end up having to do this a lot:
 lld <args> > output_message 2>&1

Differential Revision: https://reviews.llvm.org/D41033

llvm-svn: 320427
2017-12-11 21:57:31 +00:00
..
Args.cpp Fix formatting. 2017-11-28 20:01:30 +00:00
CMakeLists.txt Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
ErrorHandler.cpp Use ErrorOS for log messages as well as error 2017-12-11 21:57:31 +00:00
Memory.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Reproduce.cpp toString function take a const refs where possible 2017-12-05 16:50:46 +00:00
Strings.cpp Factor out common code to Common/Strings.cpp. 2017-11-28 02:15:26 +00:00
TargetOptionsCommandFlags.cpp Fix for file renaming in LLVM (CommandFlags.h -> CommandFlags.def) 2017-11-27 19:54:06 +00:00
Threads.cpp Delete dead code. 2017-11-07 23:12:41 +00:00
Version.cpp