diff options
author | Raphael Isemann <teemperor@gmail.com> | 2021-10-11 12:39:54 +0200 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2021-10-11 13:33:47 +0200 |
commit | 592e89cc4e9a7d184e16d4c61abcbcb62cf7e6ed (patch) | |
tree | dfdca04990234337800463e7b903d1ccb857a2d0 /llvm/lib/Object/COFFModuleDefinition.cpp | |
parent | 03065ecd85366d0d0f8502469be7543be6fece70 (diff) | |
download | llvm-592e89cc4e9a7d184e16d4c61abcbcb62cf7e6ed.zip llvm-592e89cc4e9a7d184e16d4c61abcbcb62cf7e6ed.tar.gz llvm-592e89cc4e9a7d184e16d4c61abcbcb62cf7e6ed.tar.bz2 |
[lldb] Don't print to stderr in TypeSystemClang::GetBuiltinTypeForDWARFEncodingAndBitSize
The current code just prints to the System's 'error log' which is usually stderr
(+ some other log backend). Printing to stderr however just interferes with
LLDB's console UI, so when this code is triggered during for example command
completion it just breaks the LLDB console interface until the next redraw.
Instead just use the normal LLDB log which is by default hidden and is what
users usually attach to bug reports.
The only known bug that triggers this is
https://bugs.llvm.org/show_bug.cgi?id=46775
Reviewed By: labath
Differential Revision: https://reviews.llvm.org/D111149
Diffstat (limited to 'llvm/lib/Object/COFFModuleDefinition.cpp')
0 files changed, 0 insertions, 0 deletions