diff options
-rw-r--r-- | clang/test/CodeGen/altivec-ct.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/CodeGen/altivec-ct.c b/clang/test/CodeGen/altivec-ct.c index b825d556331..1a3e14dc1fd 100644 --- a/clang/test/CodeGen/altivec-ct.c +++ b/clang/test/CodeGen/altivec-ct.c @@ -1,6 +1,8 @@ // RUN: %clang_cc1 -triple powerpc64le-linux-gnu -S -O0 -o - %s -target-feature +altivec -target-feature +vsx | FileCheck %s -check-prefix=CHECK -check-prefix=VSX // RUN: %clang_cc1 -triple powerpc-linux-gnu -S -O0 -o - %s -target-feature +altivec -target-feature -vsx | FileCheck %s +// REQUIRES: powerpc-registered-target + #include <altivec.h> // CHECK-LABEL: test1 |