[all-commits] [llvm/llvm-project] 372813: Unify the ExecutionContextScope computation in Mat...

adrian-prantl via All-commits all-commits at lists.llvm.org
Wed Jul 8 15:18:47 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3728133d3f124c4c6972b118b0265de48ba89db1
      https://github.com/llvm/llvm-project/commit/3728133d3f124c4c6972b118b0265de48ba89db1
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2020-07-08 (Wed, 08 Jul 2020)

  Changed paths:
    M lldb/source/Expression/Materializer.cpp

  Log Message:
  -----------
  Unify the ExecutionContextScope computation in Materializer.

This is an NFC cleanup for Clang, and a bugfix for the Swift
branch. In swift-lldb one target may have multiple scratch
TypeSystems, so it is important to pick the one that belongs to the
current frame, rather than the one for the current target.

<rdar://problem/65001402>




More information about the All-commits mailing list