mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ABI checker: drop usage of AllowDeserializingImplementationOnly
AllowDeserializingImplementationOnly was historically added as a defensive check against deserailzation issues introduced by @implementationOnly imports. It's no longer specified by other tools, thus the ABI checker should drop it as well. rdar://153683760
This commit is contained in:
@@ -2453,8 +2453,6 @@ public:
|
||||
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;
|
||||
|
||||
Reference in New Issue
Block a user