summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/symbol-context/main.c
diff options
context:
space:
mode:
authorSam Clegg <sbc@chromium.org>2017-12-11 21:57:31 +0000
committerSam Clegg <sbc@chromium.org>2017-12-11 21:57:31 +0000
commit77c1def71a4b0fd239a47ec40f2ac573ae5968fd (patch)
tree1f50a6ac37a7c8d202d6264849f2a9b4439ff428 /lldb/packages/Python/lldbsuite/test/python_api/symbol-context/main.c
parent3f1fb88afb75613b9e600c6fbce1a628154044b6 (diff)
downloadbcm5719-llvm-77c1def71a4b0fd239a47ec40f2ac573ae5968fd.tar.gz
bcm5719-llvm-77c1def71a4b0fd239a47ec40f2ac573ae5968fd.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/symbol-context/main.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud