Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/clang
diff options
context:
space:
mode:
authorDavid Truby <david.truby@arm.com>2022-03-11 19:01:00 +0300
committerDavid Truby <david.truby@arm.com>2022-03-11 19:01:00 +0300
commit058c92f2a4e865d478b29035c207ec0744229d6a (patch)
treec6ca68d86f12b3a9348670c20c129924fd70aca6 /clang
parent3570b0c5c748d677606b9474ef661217e0e547c1 (diff)
[clang][SVE] Add aarch64-registered-target to sve vector op tests
This fixes failing tests where aarch64 isn't available.
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGen/aarch64-sve-vector-ops.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/aarch64-sve-vector-ops.c b/clang/test/CodeGen/aarch64-sve-vector-ops.c
index 15a05e940d98..7fb307cb497b 100644
--- a/clang/test/CodeGen/aarch64-sve-vector-ops.c
+++ b/clang/test/CodeGen/aarch64-sve-vector-ops.c
@@ -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