mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
For every global pattern binding, emit a lazy initializer token and function that initializes the global variables in that binding. For each of those vars, create an accessor that Builtin.once's the lazy initializer before producing the address. Hide this all behind a switch till the surrounding serialization and IRGen infrastructure catches up. Swift SVN r10511
1.5 KiB
1.5 KiB