llvm-project
llvm-project copied to clipboard
Remove lldb support for Swift "MPE descriptors"
The RemoteMirror library used by LLDB to inspect Swift values no longer requires these MPE descriptors. As the next step in fully removing the related code, this removes the LLDB code to look up such descriptors from the DWARF data.
The Swift compiler will continue to emit these descriptors for a while in order to support debugging with older versions of LLDB, but that code will also eventually be deleted.
@swift-ci Please test
@swift-ci Please test
@swift-ci Please test Windows platform
@swift-ci Please test Windows platform