diff options
author | Chris Lattner <sabre@nondot.org> | 2010-04-14 03:54:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-04-14 03:54:58 +0000 |
commit | dd17394d225b06376e9ae1d23f36cec463fdef01 (patch) | |
tree | 74b58a2050de3227398190820e2c978ee558fbc0 /test/Parser/cxx-altivec.cpp | |
parent | 6be3cb835ad85bfae46dc591503f15a0502472ab (diff) |
implement altivec.h and a bunch of support code, patch by Anton Yartsev!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@101215 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Parser/cxx-altivec.cpp')
-rw-r--r-- | test/Parser/cxx-altivec.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/cxx-altivec.cpp b/test/Parser/cxx-altivec.cpp index 13a270b8e6..61ccecec22 100644 --- a/test/Parser/cxx-altivec.cpp +++ b/test/Parser/cxx-altivec.cpp @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -faltivec -fsyntax-only -verify %s - +// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -faltivec -fsyntax-only -verify %s +// XFAIL: * // This is the same as the C version: __vector char vv_c; |