|
701 | 701 |
|
702 | 702 | // RUN: %clang --target=riscv32 -### -c %s 2>&1 -mcpu=andes-a25 | FileCheck -check-prefix=MCPU-ANDES-A25 %s
|
703 | 703 | // MCPU-ANDES-A25: "-target-cpu" "andes-a25"
|
704 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+m" |
705 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+a" |
706 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+f" |
707 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+d" |
708 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+c" |
709 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+zicsr" |
710 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+zifencei" |
711 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+zba" |
712 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+zbb" |
713 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+zbc" |
714 |
| -// MCPU-ANDES-A25-SAME: "-target-feature" "+zbs" |
| 704 | +// COM: The list of extensions are tested in `test/Driver/print-enabled-extensions/riscv-andes-a25.c` |
715 | 705 | // MCPU-ANDES-A25-SAME: "-target-abi" "ilp32d"
|
716 | 706 |
|
717 | 707 | // RUN: %clang --target=riscv32 -### -c %s 2>&1 -mtune=andes-a25 | FileCheck -check-prefix=MTUNE-ANDES-A25 %s
|
718 | 708 | // MTUNE-ANDES-A25: "-tune-cpu" "andes-a25"
|
719 | 709 |
|
720 | 710 | // RUN: %clang --target=riscv64 -### -c %s 2>&1 -mcpu=andes-ax25 | FileCheck -check-prefix=MCPU-ANDES-AX25 %s
|
721 | 711 | // MCPU-ANDES-AX25: "-target-cpu" "andes-ax25"
|
722 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+m" |
723 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+a" |
724 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+f" |
725 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+d" |
726 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+c" |
727 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+zicsr" |
728 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+zifencei" |
729 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+zba" |
730 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+zbb" |
731 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+zbc" |
732 |
| -// MCPU-ANDES-AX25-SAME: "-target-feature" "+zbs" |
| 712 | +// COM: The list of extensions are tested in `test/Driver/print-enabled-extensions/riscv-andes-ax25.c` |
733 | 713 | // MCPU-ANDES-AX25-SAME: "-target-abi" "lp64d"
|
734 | 714 |
|
735 | 715 | // RUN: %clang --target=riscv64 -### -c %s 2>&1 -mtune=andes-ax25 | FileCheck -check-prefix=MTUNE-ANDES-AX25 %s
|
|
0 commit comments