[Lldb-commits] [PATCH] D65128: [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Jul 24 01:22:44 PDT 2019
labath accepted this revision.
labath added a comment.
I'm fine with this if Jim is.
================
Comment at: lldb/source/Expression/IRExecutionUnit.cpp:601
if (log) {
+ LLDB_LOGF(log,
----------------
looks like there are some `if(log)`s still remaining. Maybe the `{}` around the printf confused your vim macro?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65128/new/
https://reviews.llvm.org/D65128
More information about the lldb-commits
mailing list