You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix layout flags for types that have oddly sized primitive type fields (#58435)
This is caused because for LLVMs sake we have to say that the oddly
typed field is smaller than it actually is. (I wonder if we could
represent it as an iN field in a struct and have it work but the result
would be the same for now)
Fix#58434, fix#49318, close#49362.
---------
Co-authored-by: Mosè Giordano <[email protected]>
Co-authored-by: Sukera <[email protected]>
(cherry picked from commit 1b0b028)
0 commit comments