Commits
John McCall committed 189e78c3483
Teach the swift->clang ABI code not to sweat about Unmanaged<T>. We now generate reasonable IR for imported CF types, but it doesn't link because there's no actual Objective-C class metadata for a class named CFWhatever. This restores r17245. Swift SVN r17269