[Lldb-commits] [PATCH] D130213: [LLDB][ClangExpression] Fix initialization of static enum alias members

Andy Yankovsky via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jul 21 06:54:45 PDT 2022


werat added a comment.

In D130213#3668450 <https://reviews.llvm.org/D130213#3668450>, @aprantl wrote:

> @werat did you build with assertions enabled?

Oh, no, I build in `RelWithDebInfo` out of habit. I've tried with assertions and then it fails.

However, when ignoring the asserts the result is correct, which makes me wonder whether the assert check is 100% correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130213



More information about the lldb-commits mailing list