rust/tests/codegen-llvm/cffi
Folkert de Vries a107ea18af
c-variadic: check that inline attributes are accepted on c-variadic functions
they don't do anything, because LLVM is unable to inline c-variadic functions (on most targets, anyway)
2025-09-13 21:05:12 +02:00
..
c-variadic-copy.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
c-variadic-ffi.rs stabilize extended_varargs_abi_support 2025-09-02 08:48:12 +02:00
c-variadic-inline.rs c-variadic: check that inline attributes are accepted on c-variadic functions 2025-09-13 21:05:12 +02:00
c-variadic-naked.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
c-variadic-opt.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
c-variadic.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
ffi-const.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
ffi-out-of-bounds-loads.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00
ffi-pure.rs Rename tests/codegen into tests/codegen-llvm 2025-07-22 14:28:48 +02:00