mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 19:44:38 +08:00
[RISCV][clang][test] Fix missed test
c39dd7c1db missed the appropriate change
to clang/test/Driver/ricv-arch.c.
This commit is contained in:
committed by
Alex Bradbury
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
|
||||
|
||||
Reference in New Issue
Block a user