[clang][SVE] Add aarch64-registered-target to sve vector op tests
authorDavid Truby <david.truby@arm.com>
Fri, 11 Mar 2022 16:01:00 +0000 (16:01 +0000)
committerDavid Truby <david.truby@arm.com>
Fri, 11 Mar 2022 16:01:00 +0000 (16:01 +0000)
This fixes failing tests where aarch64 isn't available.

clang/test/CodeGen/aarch64-sve-vector-ops.c

index 15a05e9..7fb307c 100644 (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