We were failing to propagate the DefPool's platform to the MiniDescriptor builder. This caused upb's code generators to incorrectly generate a field rep of `kUpb_FieldRep_8Byte` for pointer-typed extension fields instead of the 32-bit clean output: ``` UPB_SIZE(kUpb_FieldRep_4Byte, kUpb_FieldRep_8Byte) ``` PiperOrigin-RevId: 653263168pull/17503/head
parent
3a79dc7a09
commit
65b67eb6b1
1 changed files with 3 additions and 3 deletions
Loading…
Reference in new issue