bors d6da428f34 Auto merge of #105381 - uweigand:s390x-ffi-vaarg, r=nikic
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-20 17:09:11 +00:00
..
2022-12-15 14:05:03 +01:00
2022-10-29 09:23:12 +02:00
2022-11-08 17:39:40 +01:00
2022-12-15 14:05:03 +01:00
2022-11-26 16:56:29 +01:00
2022-12-17 18:41:14 -08:00
2022-11-20 10:28:14 +01:00
2022-12-12 16:22:01 -07:00
2022-11-25 20:48:53 +01:00
2022-11-06 17:21:21 -05:00
2022-11-04 20:06:18 -07:00
2022-11-20 11:19:11 -05:00
2022-11-19 16:36:08 +01:00
2022-11-13 22:58:20 +00:00
2022-12-19 15:46:44 +01:00
2022-11-06 17:11:02 -05:00
2022-11-09 09:52:04 +01:00