[clang] [Clang] Partially fix m68k alignments (PR #144740)

2025-06-18 Thread Nikita Popov via cfe-commits
https://github.com/nikic created https://github.com/llvm/llvm-project/pull/144740 As the data layout a few lines further up specifies, the int, long and pointer alignment should be 16 instead of the default of 32. The long long alignment is also incorrect, but that would require a change to t

[clang] [Clang] Partially fix m68k alignments (PR #144740)

2025-06-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang @llvm/pr-subscribers-backend-m68k Author: Nikita Popov (nikic) Changes As the data layout a few lines further up specifies, the int, long and pointer alignment should be 16 instead of the default of 32. The long long alignment is also incorrect,