]> granicus.if.org Git - clang/commit
The time when -faltivec (or, on clang only, -maltivec) will magically
authorEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 01:26:08 +0000 (01:26 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 01:26:08 +0000 (01:26 +0000)
commit43dc555430c1df25ec0712ab3bafdfc095909d3f
treeb53b4dc36f25059578038f6e0986f6bb7954d622
parenteed291ac888728334c44b62d0c4d77aa7c345d26
The time when -faltivec (or, on clang only, -maltivec) will magically
include altivec.h has come and gone.

Rationale: This causes modules, rewrite-includes, etc to be sad and
people should just include altivec.h in their source.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264235 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/CompilerInvocation.cpp
test/CodeGen/builtins-ppc-altivec.c
test/CodeGen/builtins-ppc-p8vector.c
test/CodeGen/builtins-ppc-quadword.c
test/CodeGen/builtins-ppc-vsx.c
test/Parser/cxx-altivec.cpp