From: Eric Christopher Date: Thu, 24 Mar 2016 01:28:25 +0000 (+0000) Subject: Add release notes for the removal of the silent include of altivec.h. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b6db19bdeb9c8b229ce7b18fa5c2b9192de95354;p=clang Add release notes for the removal of the silent include of altivec.h. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@264236 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 8141314207..922c37e6f0 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -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. ...