Skip to content

Commit e5ac2db

Browse files
committed
fixup! [RISCV] RISCV vector calling convention (1/2)
1 parent 0203f11 commit e5ac2db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/Attr.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2980,7 +2980,7 @@ def PreserveNone : DeclOrTypeAttr, TargetSpecificAttr<TargetAnyX86> {
29802980
let Documentation = [PreserveNoneDocs];
29812981
}
29822982

2983-
def RISCVVectorCC: DeclOrTypeAttr {
2983+
def RISCVVectorCC: DeclOrTypeAttr, TargetSpecificAttr<TargetRISCV> {
29842984
let Spellings = [CXX11<"riscv", "vector_cc">,
29852985
C23<"riscv", "vector_cc">,
29862986
Clang<"riscv_vector_cc">];

0 commit comments

Comments
 (0)