[Lldb-commits] [lldb] [LLDB] Add assignment to DIL. (PR #190223)

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri May 1 16:06:38 PDT 2026


adrian-prantl wrote:

How does this behave if the LHS isn't an lvalue? For example, if the DWARF `DW_AT_location` is literally a constant _value_ or an implicit value rather than a location?
How does this behave if the LHS is a C++ `const` type?

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


More information about the lldb-commits mailing list