Commits

Jordan Rose committed 81e13fb60d6
When autolinking in immediate mode, make sure we're checking private imports... ...since all imports are private by default, and we rely on "import Cocoa" bringing in AppKit. (If you say "import AppKit" directly, you get an immediate call to IRGenImportedModules, so everything works.) Swift SVN r12617