JDevlieghere requested changes to this revision. JDevlieghere added inline comments. This revision now requires changes to proceed.
================ Comment at: lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp:5454-5456 + if (log) + log->Printf("LC_NOTE 'kern ver str' found with text '%s'", + result.c_str()); ---------------- Please use `LLDB_LOG(F)`: ``` LLDB_LOGF(log, "LC_NOTE 'kern ver str' found with text '%s'", result.c_str()); ``` Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D157160/new/ https://reviews.llvm.org/D157160 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits