We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed1632b commit 2c213c4Copy full SHA for 2c213c4
clang/test/Driver/riscv-rvv-vector-bits.c
@@ -44,7 +44,7 @@
44
45
// CHECK-BAD-VALUE-ERROR: error: unsupported argument '{{.*}}' to option '-mrvv-vector-bits='
46
47
-// Error if using attribute without -msve-vector-bits=<bits> or if using -msve-vector-bits=<bits>+ syntax
+// Error if using attribute without -mrvv-vector-bits=<bits> or if using -mrvv-vector-bits=<bits>+ syntax
48
// -----------------------------------------------------------------------------
49
// RUN: not %clang -c %s -o /dev/null -target riscv64-linux-gnu \
50
// RUN: -march=rv64gc_zve64x 2>&1 | FileCheck --check-prefix=CHECK-NO-FLAG-ERROR %s
0 commit comments