mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SIL: add a lazy_property_getter flag to SILFunction
It is set on getter-functions for lazy properties.
This commit is contained in:
@@ -434,7 +434,7 @@ void SILSerializer::writeSILFunction(const SILFunction &F, bool DeclOnly) {
|
||||
Out, ScratchRecord, abbrCode, toStableSILLinkage(Linkage),
|
||||
(unsigned)F.isTransparent(), (unsigned)F.isSerialized(),
|
||||
(unsigned)F.isThunk(), (unsigned)F.isWithoutActuallyEscapingThunk(),
|
||||
(unsigned)F.isGlobalInit(), (unsigned)F.getInlineStrategy(),
|
||||
(unsigned)F.getSpecialPurpose(), (unsigned)F.getInlineStrategy(),
|
||||
(unsigned)F.getOptimizationMode(), (unsigned)F.getEffectsKind(),
|
||||
(unsigned)numSpecAttrs, (unsigned)F.hasOwnership(),
|
||||
F.isAlwaysWeakImported(), LIST_VER_TUPLE_PIECES(available),
|
||||
|
||||
Reference in New Issue
Block a user