mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Revert "Verify deserialized Swift decls as well as imported Clang decls."
This reverts commit 22200. It broke building PerfTestSuite: <rdar://problem/18423171> crash in type checking Swift SVN r22209
This commit is contained in:
@@ -131,8 +131,6 @@ public:
|
||||
/// Note that this does not actually try to load the module or validate any
|
||||
/// of its dependencies; it only checks that it /can/ be loaded.
|
||||
static ValidationInfo validateSerializedAST(StringRef data);
|
||||
|
||||
virtual void verifyAllModules() override;
|
||||
};
|
||||
|
||||
/// A file-unit loaded from a serialized AST file.
|
||||
|
||||
Reference in New Issue
Block a user