mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Revert "IRGen: Deserialize SIL witness tables and shared-linkage definitions by need."
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user