File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
66
// RUN: -target riscv64-unknown-elf \
67
67
// RUN: --gcc-toolchain=%S/Inputs/multilib_riscv_elf_sdk \
68
68
// RUN: --print-multi-directory \
69
- // RUN: -march=rv32i_zvkb -mabi=ilp32 \
69
+ // RUN: -march=rv32iv_zvkb -mabi=ilp32 \
70
70
// RUN: | FileCheck -check-prefix=GCC-MULTI-LIB-REUSE-RV32I_ZVKB-ILP32 %s
71
71
// GCC-MULTI-LIB-REUSE-RV32I_ZVKB-ILP32: rv32i/ilp32
72
72
// GCC-MULTI-LIB-REUSE-RV32I_ZVKB-ILP32-NOT: {{^.+$}}
Original file line number Diff line number Diff line change @@ -976,8 +976,8 @@ Error RISCVISAInfo::checkDependency() {
976
976
errc::invalid_argument,
977
977
" 'zvbc' requires 'v' or 'zve64*' extension to also be specified" );
978
978
979
- if ((Exts.count (" zvkg " ) || Exts.count (" zvkned " ) || Exts.count (" zvknha " ) ||
980
- Exts.count (" zvksed" ) || Exts.count (" zvksh" )) &&
979
+ if ((Exts.count (" zvkb " ) || Exts.count (" zvkg " ) || Exts.count (" zvkned " ) ||
980
+ Exts.count (" zvknha " ) || Exts. count ( " zvksed" ) || Exts.count (" zvksh" )) &&
981
981
!HasVector)
982
982
return createStringError (
983
983
errc::invalid_argument,
You can’t perform that action at this time.
0 commit comments