[SystemZ] Fix new test case
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Thu, 8 Sep 2022 16:03:38 +0000 (18:03 +0200)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Thu, 8 Sep 2022 16:05:17 +0000 (18:05 +0200)
Add 'REQUIRES: systemz-registered-target'.

clang/test/CodeGen/SystemZ/align-systemz-02.c

index cc09a90..013faea 100644 (file)
@@ -6,6 +6,7 @@
 // RUN:    | FileCheck %s -check-prefix=SCALIR
 // RUN: %clang_cc1 -triple s390x-linux-gnu %s -o - -target-feature -vector -emit-obj -S \
 // RUN:    | FileCheck %s -check-prefix=SCALASM
+// REQUIRES: systemz-registered-target
 
 typedef __attribute__((vector_size(16))) signed int vec_sint;