rust/tests/codegen/asm
Jesus Checa Hidalgo 20432c9eee Use explicit cpu in some asm and codegen tests.
Some tests expect to be compiled for a specific CPU or require certain
target features to be present (or absent). These tests work fine with
default CPUs but fail in downstream builds for RHEL and Fedora, where
we use non-default CPUs such as z13 on s390x, pwr9 on ppc64le, or
x86-64-v2/x86-64-v3 on x86_64.
2025-03-19 19:45:46 +01:00
..
aarch64-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
avr-clobbers.rs Create a generic AVR target: avr-none 2025-02-19 19:01:51 +01:00
bpf-clobbers.rs Support clobber_abi in BPF inline assembly 2025-01-29 02:14:25 +09:00
critical.rs Break critical edges in inline asm before code generation 2025-03-06 20:00:24 +01:00
csky-clobbers.rs Mark condition/carry bit as clobbered in C-SKY inline assembly 2025-01-29 06:46:05 +09:00
foo.s Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm_include.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm_x2.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
goto.rs Stabilize asm_goto 2025-03-17 11:12:10 +00:00
hexagon-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
may_unwind.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
maybe-uninit.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
msp430-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
multiple-options.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
options.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
powerpc-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
riscv-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
s390x-clobbers.rs Use explicit cpu in some asm and codegen tests. 2025-03-19 19:45:46 +01:00
sanitize-llvm.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
sparc-clobbers.rs tests/codegen/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-20 23:19:12 +09:00
x86-clobber_abi.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
x86-clobbers.rs tests/codegen: use -Copt-level=3 instead of -O 2025-02-11 13:41:35 -08:00
x86-target-clobbers.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00