Skip to content

Commit 2c213c4

Browse files
committed
[Clang] Fix reference to sve in rvv driver test comment. NFC
1 parent ed1632b commit 2c213c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/riscv-rvv-vector-bits.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
// CHECK-BAD-VALUE-ERROR: error: unsupported argument '{{.*}}' to option '-mrvv-vector-bits='
4646

47-
// Error if using attribute without -msve-vector-bits=<bits> or if using -msve-vector-bits=<bits>+ syntax
47+
// Error if using attribute without -mrvv-vector-bits=<bits> or if using -mrvv-vector-bits=<bits>+ syntax
4848
// -----------------------------------------------------------------------------
4949
// RUN: not %clang -c %s -o /dev/null -target riscv64-linux-gnu \
5050
// RUN: -march=rv64gc_zve64x 2>&1 | FileCheck --check-prefix=CHECK-NO-FLAG-ERROR %s

0 commit comments

Comments
 (0)