Skip to content

Commit fe658e1

Browse files
committed
Add assembly tests to satisfy 'tidy'
1 parent 66b3d0b commit fe658e1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

tests/assembly/targets/targets-elf.rs

+9
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,15 @@
375375
//@ revisions: riscv32_wrs_vxworks
376376
//@ [riscv32_wrs_vxworks] compile-flags: --target riscv32-wrs-vxworks
377377
//@ [riscv32_wrs_vxworks] needs-llvm-components: riscv
378+
//@ revisions: riscv32e_unknown_none_elf
379+
//@ [riscv32e_unknown_none_elf] compile-flags: --target riscv32e-unknown-none-elf
380+
//@ [riscv32e_unknown_none_elf] needs-llvm-components: riscv
381+
//@ revisions: riscv32em_unknown_none_elf
382+
//@ [riscv32em_unknown_none_elf] compile-flags: --target riscv32em-unknown-none-elf
383+
//@ [riscv32em_unknown_none_elf] needs-llvm-components: riscv
384+
//@ revisions: riscv32emc_unknown_none_elf
385+
//@ [riscv32emc_unknown_none_elf] compile-flags: --target riscv32emc-unknown-none-elf
386+
//@ [riscv32emc_unknown_none_elf] needs-llvm-components: riscv
378387
//@ revisions: riscv32gc_unknown_linux_gnu
379388
//@ [riscv32gc_unknown_linux_gnu] compile-flags: --target riscv32gc-unknown-linux-gnu
380389
//@ [riscv32gc_unknown_linux_gnu] needs-llvm-components: riscv

0 commit comments

Comments
 (0)