Commits

Erik Eckstein committed 39407975839
IRGen: Do a better distribution of functions to multi-threaded compiled modules. Instead of putting a function without an associated source-file into the primary module, it is now put into the module which first references the function. Swift SVN r28116