From: Diana Picus Date: Tue, 30 May 2017 14:05:33 +0000 (+0000) Subject: Fixup r304205 - Require PowerPC target X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce14f2c54ac4d7ba117337bf79420cebbd489481;p=clang Fixup r304205 - Require PowerPC target git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@304211 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/altivec-ct.c b/test/CodeGen/altivec-ct.c index b825d55633..1a3e14dc1f 100644 --- a/test/CodeGen/altivec-ct.c +++ b/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 // CHECK-LABEL: test1