Revert "IRGen: Deserialize SIL witness tables and shared-linkage definitions by need."

This commit is contained in:
Mark Lacey
2018-03-30 22:14:13 -07:00
committed by GitHub
parent a00f252ff8
commit 21134efd22
11 changed files with 11 additions and 122 deletions

View File

@@ -715,11 +715,6 @@ public:
bool isDefaultAtomic() const {
return ! getOptions().AssumeSingleThreaded;
}
/// Returns true if SIL entities associated with declarations in the given
/// declaration context ought to be serialized as part of this module.
bool shouldSerializeEntitiesAssociatedWithDeclContext(const DeclContext *DC)
const;
};
inline llvm::raw_ostream &operator<<(llvm::raw_ostream &OS, const SILModule &M){