Commits

Jordan Rose committed b1ef55936b7
Use Module::forAllVisibleModules to decide what libraries we need to link in. This ensures that libSwiftAppKit.dylib gets loaded if we import Cocoa. It's not perfect because we really should process /all/ modules, not just visible modules...but it does fix <rdar://problem/14716017>. The long-term fix is proper autolinking. Swift SVN r7304