Commits

Jordan Rose committed 8730b47e444
Fix autolinking to properly find indirectly-imported adapter modules. "import Cocoa" exposes the Swift adapter for Foundation, so we need to make sure to link against both Cocoa.framework and libswiftFoundation.dylib. We don't need to link against CoreData.framework, though; that's taken care of by Cocoa.framework. Swift SVN r11149