mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 16:56:35 +00:00

…uffer ValueObjectDynamicValue::UpdateValue() assumes that the dynamic type found by GetDynamicTypeAndAddress() would return an address in the inferior. This commit makes it so it can deal with being passed a host address instead. This is needed downstream by the Swift fork. rdar://143357274