We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 892e555 + 87687a2 commit 566a98dCopy full SHA for 566a98d
lib/DriverTool/swift_api_digester_main.cpp
@@ -2453,8 +2453,6 @@ class SwiftAPIDigesterInvocation {
2453
InitInvoke.getLangOptions().EnableObjCInterop =
2454
InitInvoke.getLangOptions().Target.isOSDarwin();
2455
InitInvoke.getClangImporterOptions().ModuleCachePath = ModuleCachePath;
2456
- // Module recovery issue shouldn't bring down the tool.
2457
- InitInvoke.getLangOptions().AllowDeserializingImplementationOnly = true;
2458
2459
if (!SwiftVersion.empty()) {
2460
using version::Version;
0 commit comments