swift
bce3fa00 - [IRGen] Correctly assign lazily-emitted global variables in multi-threaded IRGen

Commit
52 days ago
[IRGen] Correctly assign lazily-emitted global variables in multi-threaded IRGen 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.
Author
Parents
Loading