swift
cc78bb5e - [Multi-threaded IRGen] Ensure that autolink info gets into each object file

Commit
49 days ago
[Multi-threaded IRGen] Ensure that autolink info gets into each object file When performing multi-threaded IRGen, all of the link libraries used for autolinking went (only) into the first object file. If the object files were then placed in a static archive, the autolinking would only kick in if clients that link the static library reference something in the first object file. This causes link failures. Make sure that we put the autolink information into each of the object files we create when doing multi-threaded IRGen. Fixes the rest of rdar://162400654.
Author
Parents
Loading