diff options
Diffstat (limited to 'test/Parser/vsx.c')
-rw-r--r-- | test/Parser/vsx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Parser/vsx.c b/test/Parser/vsx.c index ead09814c8c1..32bc934a7eb6 100644 --- a/test/Parser/vsx.c +++ b/test/Parser/vsx.c @@ -1,5 +1,5 @@ -// RUN: %clang_cc1 -triple=powerpc64-unknown-linux-gnu -faltivec -target-feature +vsx -fsyntax-only -verify %s -// RUN: %clang_cc1 -triple=powerpc64le-unknown-linux-gnu -faltivec -target-feature +vsx -fsyntax-only -verify %s +// RUN: %clang_cc1 -triple=powerpc64-unknown-linux-gnu -target-feature +altivec -target-feature +vsx -fsyntax-only -verify %s +// RUN: %clang_cc1 -triple=powerpc64le-unknown-linux-gnu -target-feature +altivec -target-feature +vsx -fsyntax-only -verify %s // Legitimate for VSX. __vector double vv_d1; |