mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-27 23:51:56 +00:00
[RISCV][clang][test] Fix missed test
c39dd7c1db
missed the appropriate change
to clang/test/Driver/ricv-arch.c.
This commit is contained in:
parent
c6e9823724
commit
e54cdd058e
@ -206,7 +206,7 @@
|
||||
// RUN: %clang --target=riscv32-unknown-elf -march=unknown -### %s \
|
||||
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV32-STR %s
|
||||
// RV32-STR: error: invalid arch name 'unknown',
|
||||
// RV32-STR: string must begin with rv32{i,e,g} or rv64{i,g}
|
||||
// RV32-STR: string must begin with rv32{i,e,g} or rv64{i,e,g}
|
||||
|
||||
// RUN: %clang --target=riscv32-unknown-elf -march=rv32q -### %s \
|
||||
// RUN: -fsyntax-only 2>&1 | FileCheck -check-prefix=RV32-LETTER %s
|
||||
|
Loading…
Reference in New Issue
Block a user