File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 50
50
// RVA20S64: "-target-feature" "+svade"
51
51
// RVA20S64: "-target-feature" "+svbare"
52
52
53
- // RUN: %clang --target=riscv64 --target=riscv64 - ### -c %s 2>&1 -march=rva22u64 \
53
+ // RUN: %clang --target=riscv64 -### -c %s 2>&1 -march=rva22u64 \
54
54
// RUN: | FileCheck -check-prefix=RVA22U64 %s
55
55
// RVA22U64: "-target-feature" "+m"
56
56
// RVA22U64: "-target-feature" "+a"
76
76
// RVA22U64: "-target-feature" "+zbs"
77
77
// RVA22U64: "-target-feature" "+zkt"
78
78
79
- // RUN: %clang --target=riscv64 --target=riscv64 - ### -c %s 2>&1 -march=rva22s64 \
79
+ // RUN: %clang --target=riscv64 -### -c %s 2>&1 -march=rva22s64 \
80
80
// RUN: | FileCheck -check-prefix=RVA22S64 %s
81
81
// RVA22S64: "-target-feature" "+m"
82
82
// RVA22S64: "-target-feature" "+a"
111
111
// RVA22S64: "-target-feature" "+svinval"
112
112
// RVA22S64: "-target-feature" "+svpbmt"
113
113
114
- // RUN: %clang --target=riscv64 --target=riscv64 - ### -c %s 2>&1 -march=rva23u64 -menable-experimental-extensions \
114
+ // RUN: %clang --target=riscv64 -### -c %s 2>&1 -march=rva23u64 -menable-experimental-extensions \
115
115
// RUN: | FileCheck -check-prefix=RVA23U64 %s
116
116
// RVA23U64: "-target-feature" "+m"
117
117
// RVA23U64: "-target-feature" "+a"
You can’t perform that action at this time.
0 commit comments