]> granicus.if.org Git - clang/commitdiff
Update of the release notes: '-z' is also forwarded to the linker
authorSylvestre Ledru <sylvestre@debian.org>
Sun, 10 Aug 2014 12:38:46 +0000 (12:38 +0000)
committerSylvestre Ledru <sylvestre@debian.org>
Sun, 10 Aug 2014 12:38:46 +0000 (12:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/branches/release_35@215313 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index f17a1a4b161517ac584916fb97710ba33b3f7736..95478992fc669d4392b241abfb748a97df2f0736 100644 (file)
@@ -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
 -----------------------