Files
swift-mirror/test/Interpreter/layout_string_witnesses_objc.swift
Dario Rexin 09cd036d15 [IRGen] Fix size computation for imported C types in type layouts (#73271)
rdar://126954341

C types don't have separate size and stride, but in type layouts we always computed the size as if they did. This could cause wrong offsets in compact value witnesses
2024-04-25 19:58:14 -07:00

3.0 KiB