[clang] [clang][DebugInfo] DWARFv5: static data members declarations are DW_TAG_variable (PR #72235)

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 3 16:50:16 PST 2024


dwblaikie wrote:

In our practical example this clearly reproduces in cases where the definition is available in another .dwo within the same executable. So I'm guessing something needs to go looking for a definition (& then if it can't find one, fail gracefully) here. There's probably some abstraction in lldb for doing that "oh, we need a type definition here, try to find one".

https://github.com/llvm/llvm-project/pull/72235


More information about the cfe-commits mailing list