mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
With multi-threaded IRGen, the global variables associated with "once" initialization tokens were not getting colocated with their actual global variables, which caused the initialization code to get split across different files. This issue manifest as autolinking errors in some projects. Fixes rdar://162400654.
249 KiB
249 KiB