Skip to content

Commit 2d670fa

Browse files
committed
[clang][AArch64] Fix supported extensions test case
Added in 90db419. Typo in the if, should have been "riscv-...".
1 parent d837795 commit 2d670fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Driver/print-supported-extensions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: --print-supported-extensions 2>&1 | FileCheck %s --check-prefix AARCH64 %}
66
// AARCH64: All available -march extensions for AArch64
77

8-
// RUN: %if aarch64-registered-target %{ %clang --target=riscv64-linux-gnu \
8+
// RUN: %if riscv-registered-target %{ %clang --target=riscv64-linux-gnu \
99
// RUN: --print-supported-extensions 2>&1 | FileCheck %s --check-prefix RISCV %}
1010
// RISCV: All available -march extensions for RISC-V
1111

0 commit comments

Comments
 (0)