r304211 - Fixup r304205 - Require PowerPC target

Diana Picus via cfe-commits cfe-commits at lists.llvm.org
Tue May 30 07:05:33 PDT 2017


Author: rovka
Date: Tue May 30 09:05:33 2017
New Revision: 304211

URL: http://llvm.org/viewvc/llvm-project?rev=304211&view=rev
Log:
Fixup r304205 - Require PowerPC target

Modified:
    cfe/trunk/test/CodeGen/altivec-ct.c

Modified: cfe/trunk/test/CodeGen/altivec-ct.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/altivec-ct.c?rev=304211&r1=304210&r2=304211&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/altivec-ct.c (original)
+++ cfe/trunk/test/CodeGen/altivec-ct.c Tue May 30 09:05:33 2017
@@ -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




More information about the cfe-commits mailing list