Skip to content

Commit 50a89bc

Browse files
[lldb] Fix lldb build after swift ASTContext change
1 parent d8c58b2 commit 50a89bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/TypeSystem/Swift/SwiftASTContext.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2907,7 +2907,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
29072907
GetLanguageOptions(), GetTypeCheckerOptions(), GetSILOptions(),
29082908
GetSearchPathOptions(), GetClangImporterOptions(),
29092909
GetSymbolGraphOptions(), GetSourceManager(), GetDiagnosticEngine(),
2910-
ReportModuleLoadingProgress));
2910+
/*OutputBackend=*/nullptr, ReportModuleLoadingProgress));
29112911
m_diagnostic_consumer_ap.reset(new StoringDiagnosticConsumer(*this));
29122912

29132913
if (getenv("LLDB_SWIFT_DUMP_DIAGS")) {

0 commit comments

Comments
 (0)