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 ed54a32 + 8fd0bab commit 6093227Copy full SHA for 6093227
lldb/source/Symbol/SwiftASTContext.cpp
@@ -3563,6 +3563,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
3563
registerIDERequestFunctions(m_ast_context_ap->evaluator);
3564
registerParseRequestFunctions(m_ast_context_ap->evaluator);
3565
registerTypeCheckerRequestFunctions(m_ast_context_ap->evaluator);
3566
+ registerSILGenRequestFunctions(m_ast_context_ap->evaluator);
3567
3568
GetASTMap().Insert(m_ast_context_ap.get(), this);
3569
0 commit comments