diff options
Diffstat (limited to 'lldb/source/Expression/IRForTarget.cpp')
-rw-r--r-- | lldb/source/Expression/IRForTarget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Expression/IRForTarget.cpp b/lldb/source/Expression/IRForTarget.cpp index 029d4f52482..1ed6791314b 100644 --- a/lldb/source/Expression/IRForTarget.cpp +++ b/lldb/source/Expression/IRForTarget.cpp @@ -2556,7 +2556,7 @@ IRForTarget::runOnModule (Module &llvm_module) } } - if (log) + if (log && log->GetVerbose()) { std::string s; raw_string_ostream oss(s); @@ -2669,7 +2669,7 @@ IRForTarget::runOnModule (Module &llvm_module) return false; } - if (log) + if (log && log->GetVerbose()) { std::string s; raw_string_ostream oss(s); |