Skip to content

Commit 2236206

Browse files
authored
Merge pull request #82499 from swiftlang/153683760
ABI checker: drop usage of AllowDeserializingImplementationOnly option
2 parents 1f89bb6 + 5c530ea commit 2236206

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/DriverTool/swift_api_digester_main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2457,8 +2457,6 @@ class SwiftAPIDigesterInvocation {
24572457
InitInvoke.getLangOptions().EnableObjCInterop =
24582458
InitInvoke.getLangOptions().Target.isOSDarwin();
24592459
InitInvoke.getClangImporterOptions().ModuleCachePath = ModuleCachePath;
2460-
// Module recovery issue shouldn't bring down the tool.
2461-
InitInvoke.getLangOptions().AllowDeserializingImplementationOnly = true;
24622460

24632461
if (!SwiftVersion.empty()) {
24642462
using version::Version;

0 commit comments

Comments
 (0)