We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fbd0ec commit f6417f1Copy full SHA for f6417f1
clang/test/CodeGen/RISCV/pr129995.cc renamed to clang/test/CodeGen/RISCV/issue-129995.cpp
@@ -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
+// RUN: %clang_cc1 -triple riscv64 -emit-llvm -target-feature +m -target-feature +v -target-abi lp64d -o /dev/null %s
2
3
struct a {
4
using b = char __attribute__((vector_size(sizeof(char))));
0 commit comments