summaryrefslogtreecommitdiffstats
path: root/clang
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2017-05-30 14:05:33 +0000
committerDiana Picus <diana.picus@linaro.org>2017-05-30 14:05:33 +0000
commit6d5ac7af4a66ede67807268fd9ee9b2793532c1f (patch)
tree27f7466cc06c3a5249506290cbc05bfa54395091 /clang
parent0841d620c52bce5e1a9222678b979140ba908b1e (diff)
downloadbcm5719-llvm-6d5ac7af4a66ede67807268fd9ee9b2793532c1f.tar.gz
bcm5719-llvm-6d5ac7af4a66ede67807268fd9ee9b2793532c1f.zip
Fixup r304205 - Require PowerPC target
llvm-svn: 304211
Diffstat (limited to 'clang')
-rw-r--r--clang/test/CodeGen/altivec-ct.c2
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
OpenPOWER on IntegriCloud