mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 22:02:23 +01:00
We assume these types have the same representation. For now, that will only be the case for libc++ on 64-bit targets, because libc++ puts the size field first, and `Core.String` always uses a 64-bit size field even on 32-bit targets. --------- Co-authored-by: Chandler Carruth <chandlerc@gmail.com>