Commits

Joe Groff committed 0e4c0a568d3
IRGen: Start adding ObjC call support through SIL. Represent class_method and super_method SIL values using an ObjCMethod variant of LoweredValue that holds the necessary information to emit an objc_msgSend* call when the value is apply-ed. You can't really use ObjC objects from SIL IRGen yet because SILGen doesn't yet visit external definitions from the Clang importer. Swift SVN r4550