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 1f89bb6 + 5c530ea commit 2236206Copy full SHA for 2236206
lib/DriverTool/swift_api_digester_main.cpp
@@ -2457,8 +2457,6 @@ class SwiftAPIDigesterInvocation {
2457
InitInvoke.getLangOptions().EnableObjCInterop =
2458
InitInvoke.getLangOptions().Target.isOSDarwin();
2459
InitInvoke.getClangImporterOptions().ModuleCachePath = ModuleCachePath;
2460
- // Module recovery issue shouldn't bring down the tool.
2461
- InitInvoke.getLangOptions().AllowDeserializingImplementationOnly = true;
2462
2463
if (!SwiftVersion.empty()) {
2464
using version::Version;
0 commit comments