[clang][SVE] Add aarch64-registered-target to sve vector op tests

This fixes failing tests where aarch64 isn't available.
This commit is contained in:
David Truby 2022-03-11 16:01:00 +00:00
parent 3570b0c5c7
commit 058c92f2a4
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
// RUN: -fallow-half-arguments-and-returns \
// RUN: -O1 -emit-llvm -o - %s 2>&1 | FileCheck %s
// REQUIRES: aarch64-registered-target
#include <arm_sve.h>
// ADDITION