mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
There were a few problems here with subclasses of Objective-C classes. Use the InstanceStart field from rodata to correctly lay out instance variables, and verify the results match with dynamic and static layout. Better fix for <rdar://problem/27932061>.
4 lines
48 B
Plaintext
4 lines
48 B
Plaintext
module ObjCClasses {
|
|
header "ObjCClasses.h"
|
|
}
|