werat added reviewers: jarin, aprantl, shafik. werat added a comment. Hi, please, take a look at this patch.
It seems Pavel already did some work for class-level static const variables in https://reviews.llvm.org/D86615, although that didn't work the case I've encountered. In my example (which is also reflected in the test I've added), class-level static constexpr variable is presented in DWARF only via `DW_TAG_member` with `DW_AT_const_value`. The code one the lookup path looks only at `DW_TAG_variable`, which are not present. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D92223/new/ https://reviews.llvm.org/D92223 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits