[all-commits] [llvm/llvm-project] 14ccba: Promote scalars to load addresses when dereferenci...

adrian-prantl via All-commits all-commits at lists.llvm.org
Tue Mar 2 14:31:04 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14ccba26bd4d4f78cf5ec2ca8bb55c95913a3ec5
      https://github.com/llvm/llvm-project/commit/14ccba26bd4d4f78cf5ec2ca8bb55c95913a3ec5
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-03-02 (Tue, 02 Mar 2021)

  Changed paths:
    M lldb/source/Expression/DWARFExpression.cpp
    M lldb/unittests/Expression/DWARFExpressionTest.cpp

  Log Message:
  -----------
  Promote scalars to load addresses when dereferencing them.

This is a follow-up to 188b0747c1664d962e94f00b5e3caac529fa1e26. This
is a very narrow fix to a more general problem. LLDB should be better
at distinguishing between implict and memory location descriptions.

rdar://74902042




More information about the All-commits mailing list