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
Clang 16 now has a check that array element type size must be a multiple of array element type alignment. This is problematic when building XNU with Clang 16. For example:
Clang 16 now has a check that array element type size must be a multiple of array element type alignment. This is problematic when building XNU with Clang 16. For example:
On clang 15 this compiles: https://godbolt.org/z/vTfh1jdzY
On clang 16 this doesn't compile: https://godbolt.org/z/8eMdznce1
The text was updated successfully, but these errors were encountered: