Suppress clang/test/CodeGen/builtins-ppc-p8vector.c for -Asserts for now. Will fix later.

llvm-svn: 240872
This commit is contained in:
NAKAMURA Takumi 2015-06-27 03:33:47 +00:00
parent 2eb15fff94
commit 6075fa1273
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
// REQUIRES: powerpc-registered-target
// REQUIRES: powerpc-registered-target,asserts
// RUN: %clang_cc1 -faltivec -target-feature +power8-vector -triple powerpc64-unknown-unknown -emit-llvm %s -o - | FileCheck %s
// RUN: %clang_cc1 -faltivec -target-feature +power8-vector -triple powerpc64le-unknown-unknown -emit-llvm %s -o - | FileCheck %s -check-prefix=CHECK-LE
// RUN: not %clang_cc1 -faltivec -target-feature +vsx -triple powerpc64-unknown-unknown -emit-llvm %s -o - 2>&1 | FileCheck %s -check-prefix=CHECK-PPC