[Lldb-commits] [PATCH] D130213: [LLDB][ClangExpression] Fix initialization of static enum alias members
Michael Buch via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Jul 21 06:15:58 PDT 2022
Michael137 added a comment.
> Though I'm a little confused why the test does find `ClassWithEnumAlias::enum_alias` despite it not being instantiated in `main`
Oh nvm, probably just because clang++ on Darwin invokes dsymutil at the end. Whereas in the test suite we don't unless explicitly done
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