diff --git a/lib/DriverTool/swift_api_digester_main.cpp b/lib/DriverTool/swift_api_digester_main.cpp index 615b4750fa511..97a06d030a883 100644 --- a/lib/DriverTool/swift_api_digester_main.cpp +++ b/lib/DriverTool/swift_api_digester_main.cpp @@ -2457,8 +2457,6 @@ class SwiftAPIDigesterInvocation { InitInvoke.getLangOptions().EnableObjCInterop = InitInvoke.getLangOptions().Target.isOSDarwin(); InitInvoke.getClangImporterOptions().ModuleCachePath = ModuleCachePath; - // Module recovery issue shouldn't bring down the tool. - InitInvoke.getLangOptions().AllowDeserializingImplementationOnly = true; if (!SwiftVersion.empty()) { using version::Version;