Commits

Joe Groff committed b94a0e49b9e
IRGen: Prepopulate class ObjC metadata with a null pointer instead of &_objc_empty_vtable. The absolute symbol reference isn't needed on OS X >=10.9 or any iOS/watchOS, which are the only Darwin platforms Swift targets. Fixes rdar://problem/22339638. Swift SVN r31367