The problem was that HasObjCAncestry was not getting set if HasResilientAncestry was true, and thus emitFieldOffsetGlobals() was marking the field offset as const even though the Objective-C runtime might slide it. Fixes <rdar://problem/48031465>.