Displaying 1 result from an estimated 1 matches for "998014".
Did you mean:
99801
2008 Mar 26
0
[LLVMdev] Wrong calling convention?
Hello, Oscar
> This is C++ land, so there is no "platform ABI",
Well, here is g++ ABI :)
> following the platform ABI, after all.
>
> BTW, -fpcc-struct-return solves the case that motivated this thread.
Usually, special rules are applied for returning struct, if its size is
small enough. So you can definitely find something small returned via
registers. This is frontend