Files
rust/compiler/rustc_codegen_llvm/src
Ulrich Weigand eb22d70aed Implement va_list and va_arg for s390x FFI
Following the s390x ELF ABI and based on the clang implementation,
provide appropriate definitions of va_list in library/core/src/ffi/mod.rs
and va_arg handling in compiler/rustc_codegen_llvm/src/va_arg.rs.

Fixes the following test cases on s390x:
src/test/run-make-fulldeps/c-link-to-rust-va-list-fn
src/test/ui/abi/variadic-ffi.rs

Fixes https://github.com/rust-lang/rust/issues/84628.
2022-12-19 21:07:57 +01:00
..
2022-12-19 00:04:28 +01:00
2022-11-09 14:56:21 +01:00
2022-11-09 14:56:20 +01:00
2020-08-30 18:45:07 +03:00