]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264236 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 814131420747a5a265bccd5b665f10bc1b72154c..922c37e6f0494b4e6de182ed71fa55fca390d4dc 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.
 
 ...