Add release notes for the removal of the silent include of altivec.h.

llvm-svn: 264236
This commit is contained in:
Eric Christopher 2016-03-24 01:28:25 +00:00
parent 4650272310
commit 37df19ebee
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ TLS is enabled for Cygwin defaults to -femulated-tls.
C Language Changes in Clang
---------------------------
The -faltivec and -maltivec flags no longer silently include altivec.h on Power platforms.
...