Skip to content

Commit efacf74

Browse files
authored
2 parents bd76300 + 68be76b commit efacf74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/ExpressionParser/Swift/SwiftExpressionParser.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ static llvm::Expected<ParsedExpression> ParseAndImport(
13261326
stack_frame_sp.reset();
13271327
}
13281328

1329-
swift::performNameBinding(*source_file);
1329+
swift::performImportResolution(*source_file);
13301330

13311331
if (swift_ast_context->HasErrors())
13321332
return make_error<SwiftASTContextError>();

0 commit comments

Comments
 (0)