rust/tests/assembly/asm
Patryk Wychowaniec 78ddabf31d
Create a generic AVR target: avr-none
This commit removes the `avr-unknown-gnu-atmega328` target and replaces
it with a more generic `avr-none` variant that must be specialized with
the `-C target-cpu` flag (e.g. `-C target-cpu=atmega328p`).
2025-02-19 19:01:51 +01:00
..
aarch64-el2vmsa.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
aarch64-modifiers.rs tests/assembly: use -Copt-level=3 instead of -O 2025-02-08 19:02:32 -08:00
aarch64-outline-atomics.rs tests/assembly: use -Copt-level=3 instead of -O 2025-02-08 19:02:32 -08:00
aarch64-types.rs use add-core-stubs / minicore for a few more tests 2025-02-16 18:37:50 +01:00
arm-modifiers.rs tests/assembly: use -Copt-level=3 instead of -O 2025-02-08 19:02:32 -08:00
arm-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
avr-modifiers.rs Create a generic AVR target: avr-none 2025-02-19 19:01:51 +01:00
avr-types.rs Create a generic AVR target: avr-none 2025-02-19 19:01:51 +01:00
bpf-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
comments.rs Move remaining inline assembly test files into asm directory 2024-11-01 22:12:55 +09:00
global_asm.rs stabilize `asm_const` 2024-08-13 23:18:31 +02:00
hexagon-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
inline-asm-avx.rs Run rustfmt on `tests/assembly/`. 2024-05-30 16:15:46 +10:00
loongarch-type.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
m68k-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
mips-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
msp430-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
nvptx-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
powerpc-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
riscv-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
s390x-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
sparc-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
wasm-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00
x86-modifiers.rs tests/assembly: use -Copt-level=3 instead of -O 2025-02-08 19:02:32 -08:00
x86-types.rs tests/assembly/asm: Remove uses of rustc_attrs and lang_items features by using minicore 2024-12-18 02:59:07 +09:00