[Lldb-commits] [PATCH] D121161: [lldb] Avoid global constructor in LLDBLog.cpp

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Mar 8 10:44:37 PST 2022


labath added a comment.

The class has a constexpr constructor. I thought that would be enough to avoid runtime initialization. Is this being flagged by something?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D121161/new/

https://reviews.llvm.org/D121161



More information about the lldb-commits mailing list