Skip to content

Commit 8fd0bab

Browse files
committed
1 parent 3a667fe commit 8fd0bab

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lldb/source/Symbol/SwiftASTContext.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3563,6 +3563,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
35633563
registerIDERequestFunctions(m_ast_context_ap->evaluator);
35643564
registerParseRequestFunctions(m_ast_context_ap->evaluator);
35653565
registerTypeCheckerRequestFunctions(m_ast_context_ap->evaluator);
3566+
registerSILGenRequestFunctions(m_ast_context_ap->evaluator);
35663567

35673568
GetASTMap().Insert(m_ast_context_ap.get(), this);
35683569

0 commit comments

Comments
 (0)