mirror of
https://github.com/apple/swift.git
synced 2026-03-08 18:24:30 +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.
10 KiB
10 KiB