Skip to content

Commit f6417f1

Browse files
authored
[clang][RISCV] Fix RUN line and rename test name for pr129995 (#132676)
ninja check-clang can not detect .cc suffix, so the typo is not detected.
1 parent 3fbd0ec commit f6417f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/RISCV/pr129995.cc renamed to clang/test/CodeGen/RISCV/issue-129995.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 triple riscv64 -emit-llvm -target-feature +m -target-feature +v -target-abi lp64d -o /dev/null %s
1+
// RUN: %clang_cc1 -triple riscv64 -emit-llvm -target-feature +m -target-feature +v -target-abi lp64d -o /dev/null %s
22

33
struct a {
44
using b = char __attribute__((vector_size(sizeof(char))));

0 commit comments

Comments
 (0)