Skip to content

Commit

Permalink
[flang]Fix tests broken on non-Aarch64 builds (#68306)
Browse files Browse the repository at this point in the history
No other change intended.
  • Loading branch information
Leporacanthicus authored Oct 5, 2023
1 parent f722db0 commit ca611af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flang/test/Lower/Arm/arm-sve-vector-bits-vscale-range.f90
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
! REQUIRES: aarch64-registered-target
! RUN: %flang_fc1 -triple aarch64-none-linux-gnu -target-feature +sve -mvscale-min=1 -mvscale-max=1 -emit-llvm -o - %s | FileCheck %s -D#VBITS=1
! RUN: %flang_fc1 -triple aarch64-none-linux-gnu -target-feature +sve -mvscale-min=2 -mvscale-max=2 -emit-llvm -o - %s | FileCheck %s -D#VBITS=2
! RUN: %flang_fc1 -triple aarch64-none-linux-gnu -target-feature +sve -mvscale-min=4 -mvscale-max=4 -emit-llvm -o - %s | FileCheck %s -D#VBITS=4
Expand Down

0 comments on commit ca611af

Please sign in to comment.