rustc_codegen_cranelift
rustc_codegen_cranelift copied to clipboard
Make generated clif ir more robust
This requires additional Cranelift features.
- [ ] Use real variadic function calls instead of faking them. (https://github.com/bytecodealliance/wasmtime/issues/1030)
The
AppleAArch64calling convention passes variadic arguments on the stack, unlike other calling conventions which handle them like regular arguments. - [x] https://github.com/rust-lang/rustc_codegen_cranelift/issues/761