Skip to content

Commit 566a98d

Browse files
authored
Merge pull request #82544 from nkcsgexi/153683760-6.2
[6.2] ABI checker: drop usage of AllowDeserializingImplementationOnly
2 parents 892e555 + 87687a2 commit 566a98d

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
@@ -2453,8 +2453,6 @@ class SwiftAPIDigesterInvocation {
24532453
InitInvoke.getLangOptions().EnableObjCInterop =
24542454
InitInvoke.getLangOptions().Target.isOSDarwin();
24552455
InitInvoke.getClangImporterOptions().ModuleCachePath = ModuleCachePath;
2456-
// Module recovery issue shouldn't bring down the tool.
2457-
InitInvoke.getLangOptions().AllowDeserializingImplementationOnly = true;
24582456

24592457
if (!SwiftVersion.empty()) {
24602458
using version::Version;

0 commit comments

Comments
 (0)