Fixup r304205 - Require PowerPC target

llvm-svn: 304211
This commit is contained in:
Diana Picus 2017-05-30 14:05:33 +00:00
parent 0841d620c5
commit 6d5ac7af4a
1 changed files with 2 additions and 0 deletions

View File

@ -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