mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Delay the emission of SIL global variables that aren't externally visible until they are actually used. This is the same lazy emission approach that we use for a number of other entities, such as SIL functions. Part of rdar://158363967.