Commits

Joe Groff committed ab04ce9f346
IRGen: Populate fixed offsets in class metadata when we have them. In particular, when a nongeneric class inherits a fragile generic class, we need to populate the field offsets for the instantiated base class because we can't rely on the runtime to populate it for us. Swift SVN r9258