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

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 9 09:31:50 PST 2022


JDevlieghere abandoned this revision.
JDevlieghere added a comment.

In D121161#3369641 <https://reviews.llvm.org/D121161#3369641>, @labath wrote:

> Amusingly enough, the problem is the custom operator| used for bitmask enums. D121281 <https://reviews.llvm.org/D121281> ought to fix that (by making the function constexpr).

Great, thanks!


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

https://reviews.llvm.org/D121161



More information about the lldb-commits mailing list