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

Eric Christopher via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 23 18:28:26 PDT 2016


Author: echristo
Date: Wed Mar 23 20:28:25 2016
New Revision: 264236

URL: http://llvm.org/viewvc/llvm-project?rev=264236&view=rev
Log:
Add release notes for the removal of the silent include of altivec.h.

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=264236&r1=264235&r2=264236&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Wed Mar 23 20:28:25 2016
@@ -79,6 +79,7 @@ TLS is enabled for Cygwin defaults to -f
 
 C Language Changes in Clang
 ---------------------------
+The -faltivec and -maltivec flags no longer silently include altivec.h on Power platforms.
 
 ...
 




More information about the cfe-commits mailing list