rust/tests/codegen/cffi
Augie Fackler b14a0ce7f6 PassWrapper: adapt for llvm/llvm-project@94122d58fc
We also have to remove the LLVM argument in cast-target-abi.rs for LLVM
21. I'm not really sure what the best approach here is since that test
already uses revisions. We could also fork the test into a copy for LLVM
19-20 and another for LLVM 21, but what I did for now was drop the
lint-abort-on-error flag to LLVM figuring that some coverage was better
than none, but I'm happy to change this if that was a bad direction.

The above also applies for ffi-out-of-bounds-loads.rs.

r? dianqk
@rustbot label llvm-main
2025-03-31 15:47:26 -04:00
..
c-variadic-copy.rs tests/codegen/c-variadic* -> cffi/c-variadic* 2023-07-29 18:34:41 -07:00
c-variadic-naked.rs more asm! -> naked_asm! in tests 2024-10-06 18:12:25 +02:00
c-variadic-opt.rs [AUTO_GENERATED] Migrate compiletest to use ui_test-style //@ directives 2024-02-22 16:04:04 +00:00
c-variadic.rs Remove c_unwind from tests and fix tests 2024-06-19 13:54:55 +01:00
ffi-const.rs Run rustfmt on tests/codegen/. 2024-05-31 15:56:43 +10:00
ffi-out-of-bounds-loads.rs PassWrapper: adapt for llvm/llvm-project@94122d58fc 2025-03-31 15:47:26 -04:00
ffi-pure.rs Run rustfmt on tests/codegen/. 2024-05-31 15:56:43 +10:00