Closed
Description
We should make sure that our ABI implementation performs identically to the llvm implementation, not including vaargs as Rust does not support these.
The current implementation is based on the clang abi impl from the first iteration of the llvm fork. It is currently not fully complete, and probably buggy.