From: Sylvestre Ledru Date: Sun, 10 Aug 2014 12:38:46 +0000 (+0000) Subject: Update of the release notes: '-z' is also forwarded to the linker X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23aa3253117f1decb10476c1413eb1c996365776;p=clang Update of the release notes: '-z' is also forwarded to the linker git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@215313 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index f17a1a4b16..95478992fc 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -100,7 +100,8 @@ passes via three new flags: `-Rpass`, `-Rpass-missed` and `-Rpass-analysis`. These flags take a POSIX regular expression which indicates the name of the pass (or passes) that should emit optimization remarks. -The option `-u` is forwarded to the linker on gnutools toolchains. +Options `-u` and `-z` are forwarded to the linker on gnutools toolchains. + New Pragmas in Clang -----------------------