[SystemZ] Fix new test case

Add 'REQUIRES: systemz-registered-target'.
This commit is contained in:
Jonas Paulsson 2022-09-08 18:03:38 +02:00
parent 04548e82ed
commit 906ea59d00
1 changed files with 1 additions and 0 deletions

View 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;