Skip to content

Commit 4314ffc

Browse files
authored
Merge pull request #1675 from apple/compnerd-return-type-mismatch
Swift: Fix the Windows build
2 parents 9216e58 + a134595 commit 4314ffc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/source/Plugins/Language/Swift/SwiftUnsafeTypes.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,7 +313,7 @@ bool SwiftUnsafePointer::Update() {
313313
LLDB_LOG(GetLogIfAllCategoriesSet(LIBLLDB_LOG_DATAFORMATTERS),
314314
"{0}: Couldn't get {1} type system.", __FUNCTION__,
315315
type.GetTypeName());
316-
return nullptr;
316+
return false;
317317
}
318318

319319
CompilerType argument_type =

0 commit comments

Comments
 (0)