[flang]Fix tests broken on non-Aarch64 builds (#68306)

No other change intended.
This commit is contained in:
Mats Petersson
2023-10-05 14:46:35 +01:00
committed by GitHub
parent f722db02d3
commit ca611affd3

View File

@@ -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