forked from OSchip/llvm-project
[SystemZ] Fix new test case
Add 'REQUIRES: systemz-registered-target'.
This commit is contained in:
parent
04548e82ed
commit
906ea59d00
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue