Files
swift-mirror/test/ClangModules/Inputs/custom-modules/ClangModuleUser.h
Jordan Rose 8730b47e44 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
2013-12-11 22:51:48 +00:00

2 lines
32 B
C

@import ClangModuleWithAdapter;