Commits

Joe Groff committed ee71669a521
IRGen: Handle @objc protocols in the -emit-sil-protocol-witness-tables regime. These still can't ever take any extra polymorphic params without breaking the calling convention, so protocol_method still needs to produce a thin value in SIL, and we have to ensure we don't add any extra polymorphic params in the IR signature. Swift SVN r11594