Add release notes for the removal of the silent include of altivec.h.
authorEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 01:28:25 +0000 (01:28 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 24 Mar 2016 01:28:25 +0000 (01:28 +0000)
llvm-svn: 264236

clang/docs/ReleaseNotes.rst

index 8141314..922c37e 100644 (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.
 
 ...