[Lldb-commits] [PATCH] D93663: [lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Dec 22 00:45:13 PST 2020


labath added a comment.

You can't put these declarations inside `do {} while(0)` -- the additional scope works against us in this case, and forces a premature timer termination. Other than that, this seems fine...


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

https://reviews.llvm.org/D93663



More information about the lldb-commits mailing list