From 758aad76d88000fd9cada032fb4e7afa5e27e61c Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 21 Mar 2017 22:06:18 +0000 Subject: 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 --- clang/docs/ClangCommandLineReference.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'clang/docs/ClangCommandLineReference.rst') diff --git a/clang/docs/ClangCommandLineReference.rst b/clang/docs/ClangCommandLineReference.rst index c7aead921a7..fb4c4a67bbe 100644 --- a/clang/docs/ClangCommandLineReference.rst +++ b/clang/docs/ClangCommandLineReference.rst @@ -1053,7 +1053,7 @@ Enable C++17 aligned allocation functions .. option:: -fallow-unsupported -.. option:: -faltivec, -fno-altivec, -maltivec +.. option:: -maltivec, -mno-altivec Enable AltiVec vector initializer syntax -- cgit v1.2.3