summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGen/builtins-ppc-error.c
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2017-03-21 22:06:18 +0000
committerEric Christopher <echristo@gmail.com>2017-03-21 22:06:18 +0000
commit758aad76d88000fd9cada032fb4e7afa5e27e61c (patch)
treeba3b9dbd6f72d605db42eaf1544e02d765781fac /clang/test/CodeGen/builtins-ppc-error.c
parent8445cbd1ca964ff490268e0854ecafaf97718639 (diff)
downloadbcm5719-llvm-758aad76d88000fd9cada032fb4e7afa5e27e61c.tar.gz
bcm5719-llvm-758aad76d88000fd9cada032fb4e7afa5e27e61c.zip
Remove the -faltivec alias option and replace it with -maltivec everywhere.
The alias was only ever used on darwin and had some issues there, and isn't used in practice much. Also fixes a problem with -mno-altivec not turning off -maltivec. Also add a diagnostic for faltivec/fno-altivec that directs users to use maltivec options and include the altivec.h file explicitly. llvm-svn: 298449
Diffstat (limited to 'clang/test/CodeGen/builtins-ppc-error.c')
-rw-r--r--clang/test/CodeGen/builtins-ppc-error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGen/builtins-ppc-error.c b/clang/test/CodeGen/builtins-ppc-error.c
index 5860c4f9e77..e8d2a37a21e 100644
--- a/clang/test/CodeGen/builtins-ppc-error.c
+++ b/clang/test/CodeGen/builtins-ppc-error.c
@@ -1,10 +1,10 @@
// REQUIRES: powerpc-registered-target
-// RUN: %clang_cc1 -faltivec -target-feature +power9-vector \
+// RUN: %clang_cc1 -target-feature +altivec -target-feature +power9-vector \
// RUN: -triple powerpc64-unknown-unknown -fsyntax-only \
// RUN: -Wall -Werror -verify %s
-// RUN: %clang_cc1 -faltivec -target-feature +power9-vector \
+// RUN: %clang_cc1 -target-feature +altivec -target-feature +power9-vector \
// RUN: -triple powerpc64le-unknown-unknown -fsyntax-only \
// RUN: -Wall -Werror -verify %s
OpenPOWER on IntegriCloud