We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d837795 commit 2d670faCopy full SHA for 2d670fa
clang/test/Driver/print-supported-extensions.c
@@ -5,7 +5,7 @@
5
// RUN: --print-supported-extensions 2>&1 | FileCheck %s --check-prefix AARCH64 %}
6
// AARCH64: All available -march extensions for AArch64
7
8
-// RUN: %if aarch64-registered-target %{ %clang --target=riscv64-linux-gnu \
+// RUN: %if riscv-registered-target %{ %clang --target=riscv64-linux-gnu \
9
// RUN: --print-supported-extensions 2>&1 | FileCheck %s --check-prefix RISCV %}
10
// RISCV: All available -march extensions for RISC-V
11
0 commit comments