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

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 9 04:14:01 PST 2022


labath added a comment.

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).


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

https://reviews.llvm.org/D121161



More information about the lldb-commits mailing list