forked from OSchip/llvm-project
[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:
parent
3570b0c5c7
commit
058c92f2a4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue