We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfff219 + 2a3f0be commit 4171f3fCopy full SHA for 4171f3f
lldb/source/Plugins/ExpressionParser/Swift/SwiftSILManipulator.cpp
@@ -105,7 +105,8 @@ swift::SILValue SwiftSILManipulator::emitLValueForVariable(
105
swift::LoadOwnershipQualifier::Trivial);
106
auto type = var->getDeclContext()->mapTypeIntoContext(
107
var->getInterfaceType());
108
- auto loweredType = converter.getLoweredRValueType(type);
+ auto loweredType = converter.getLoweredRValueType(
109
+ swift::TypeExpansionContext::minimal(), type);
110
swift::PointerToAddressInst *address_of_variable =
111
m_builder.createPointerToAddress(
112
null_loc, pointer_to_variable,
0 commit comments