Skip to content

Commit 6114d1f

Browse files
committed
Revert "Revert "[lldb] Fix lldb build after swift ASTContext change""
This reverts commit 35e4364.
1 parent 4b6552d commit 6114d1f

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
@@ -2908,7 +2908,7 @@ swift::ASTContext *SwiftASTContext::GetASTContext() {
29082908
GetLanguageOptions(), GetTypeCheckerOptions(), GetSILOptions(),
29092909
GetSearchPathOptions(), GetClangImporterOptions(),
29102910
GetSymbolGraphOptions(), GetSourceManager(), GetDiagnosticEngine(),
2911-
ReportModuleLoadingProgress));
2911+
/*OutputBackend=*/nullptr, ReportModuleLoadingProgress));
29122912
m_diagnostic_consumer_ap.reset(new StoringDiagnosticConsumer(*this));
29132913

29142914
if (getenv("LLDB_SWIFT_DUMP_DIAGS")) {

0 commit comments

Comments
 (0)