summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/signals
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-07-17 16:51:16 +0000
committerRaphael Isemann <teemperor@gmail.com>2019-07-17 16:51:16 +0000
commit3fce6b5da169c77c4047a4632f28b41d33d7c0a9 (patch)
tree0a541d89581484b9576762bb766fb67176c83223 /lldb/packages/Python/lldbsuite/test/python_api/signals
parent7f24757b8eb2a3e698a55e6a32c79829c4025bde (diff)
downloadbcm5719-llvm-3fce6b5da169c77c4047a4632f28b41d33d7c0a9.tar.gz
bcm5719-llvm-3fce6b5da169c77c4047a4632f28b41d33d7c0a9.zip
[lldb] Make log for ClangModulesDeclVendor's compiler flag less verbose
Summary: Currently the ClangModulesDeclVendor is spamming the expression log with the compiler flags it is using, which creates a log that looks like this: ``` clang -fmodules -fimplicit-module-maps ``` This patch removes all these newlines and just prints the compiler flags in one line as you see in the command line: ``` clang -fmodules -fimplicit-module-maps [...] ``` Reviewers: shafik, davide Reviewed By: davide Subscribers: davide, abidh, lldb-commits Tags: #lldb Differential Revision: https://reviews.llvm.org/D64858 llvm-svn: 366347
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud