Displaying 1 result from an estimated 1 matches for "llvm_byval_align".
2008 Feb 22
0
[LLVMdev] Alignment on byval parameters
As you may have seen, my recent checkins complete implementing this
for x86-32. It is possible some of it is not right for Linux, and I'd
like to get some testing help. Probably the only thing you'd want to
change is LLVM_BYVAL_ALIGNMENT in
config/i386/llvm-i386-target.h; at the extreme, if you set that to 0
things should go back to the way they were.
The best test I know for calling convention compatibility is the
struct-layout-1 part of the gcc testsuite. It is run like this from
the gcc build directory:
make -k check...