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
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,