[llvm-branch-commits] [cfe-branch] r215313 - Update of the release notes: '-z' is also forwarded to the linker

Sylvestre Ledru sylvestre at debian.org
Sun Aug 10 05:38:46 PDT 2014


Author: sylvestre
Date: Sun Aug 10 07:38:46 2014
New Revision: 215313

URL: http://llvm.org/viewvc/llvm-project?rev=215313&view=rev
Log:
Update of the release notes: '-z' is also forwarded to the linker

Modified:
    cfe/branches/release_35/docs/ReleaseNotes.rst

Modified: cfe/branches/release_35/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/branches/release_35/docs/ReleaseNotes.rst?rev=215313&r1=215312&r2=215313&view=diff
==============================================================================
--- cfe/branches/release_35/docs/ReleaseNotes.rst (original)
+++ cfe/branches/release_35/docs/ReleaseNotes.rst Sun Aug 10 07:38:46 2014
@@ -100,7 +100,8 @@ passes via three new flags: `-Rpass`, `-
 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
 -----------------------





More information about the llvm-branch-commits mailing list