Skip to content

Commit eaa063f

Browse files
committed
[RISCV] Remove duplicated --target
1 parent 9ffecef commit eaa063f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/test/Driver/riscv-profiles.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
// RVA20S64: "-target-feature" "+svade"
5151
// RVA20S64: "-target-feature" "+svbare"
5252

53-
// RUN: %clang --target=riscv64 --target=riscv64 -### -c %s 2>&1 -march=rva22u64 \
53+
// RUN: %clang --target=riscv64 -### -c %s 2>&1 -march=rva22u64 \
5454
// RUN: | FileCheck -check-prefix=RVA22U64 %s
5555
// RVA22U64: "-target-feature" "+m"
5656
// RVA22U64: "-target-feature" "+a"
@@ -76,7 +76,7 @@
7676
// RVA22U64: "-target-feature" "+zbs"
7777
// RVA22U64: "-target-feature" "+zkt"
7878

79-
// RUN: %clang --target=riscv64 --target=riscv64 -### -c %s 2>&1 -march=rva22s64 \
79+
// RUN: %clang --target=riscv64 -### -c %s 2>&1 -march=rva22s64 \
8080
// RUN: | FileCheck -check-prefix=RVA22S64 %s
8181
// RVA22S64: "-target-feature" "+m"
8282
// RVA22S64: "-target-feature" "+a"
@@ -111,7 +111,7 @@
111111
// RVA22S64: "-target-feature" "+svinval"
112112
// RVA22S64: "-target-feature" "+svpbmt"
113113

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 \
115115
// RUN: | FileCheck -check-prefix=RVA23U64 %s
116116
// RVA23U64: "-target-feature" "+m"
117117
// RVA23U64: "-target-feature" "+a"

0 commit comments

Comments
 (0)