[lldb] [clang] Reland "[clang][DebugInfo] Emit global variable definitions for static data members with constant initializers" (PR #71780)
Paul T Robinson via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 15 14:42:39 PST 2023
pogo59 wrote:
I think it is a valuable bit of information for the debugger, to know the constant value without having to read it from memory. I think we should emit both the location and the value.
https://github.com/llvm/llvm-project/pull/71780
More information about the cfe-commits
mailing list