mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
f7eed33dac
Before this commit, DLA didn't do any checks on the validity of the model::PrimitiveTypes that it generated. This could cause invalid PrimitiveTypes to be generated, with weird sizes not supported by the Model. This commit fixes this problem, generating empty model::StructTypes with the proper sizes instead.