roc/compiler/gen_dev/tests/helpers
Brendan Hansknecht 6a38ec03ed enable returning structs
That being said the support is very limited. It really only supports
single field structs and the special case of 2 ints. I realized that
general support for returning structs requires a calling conv extension
for returning them. Instead of adding all of the calling conv versions,
I just added a few basic cases that are shared accross calling conv. It
turns out that the calling conv extension is quite detailed for how it
works in Arm. X86 isn't too detailed overall.
2021-05-15 23:01:23 -07:00
..
eval.rs enable returning structs 2021-05-15 23:01:23 -07:00
mod.rs automatic clippy fixes 2021-01-01 00:05:45 +01:00