Skip to content

Commit

Permalink
[clang][AArch64] Fix supported extensions test case
Browse files Browse the repository at this point in the history
Added in 90db419.
Typo in the if, should have been "riscv-...".
  • Loading branch information
DavidSpickett committed Sep 11, 2023
1 parent d837795 commit 2d670fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/Driver/print-supported-extensions.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// RUN: --print-supported-extensions 2>&1 | FileCheck %s --check-prefix AARCH64 %}
// AARCH64: All available -march extensions for AArch64

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

Expand Down

0 comments on commit 2d670fa

Please sign in to comment.