r212969 - Document the forward of the -u option (r211756)

Sylvestre Ledru sylvestre at debian.org
Mon Jul 14 11:34:37 PDT 2014


Author: sylvestre
Date: Mon Jul 14 13:34:37 2014
New Revision: 212969

URL: http://llvm.org/viewvc/llvm-project?rev=212969&view=rev
Log:
Document the forward of the -u option (r211756)

Modified:
    cfe/trunk/docs/ReleaseNotes.rst

Modified: cfe/trunk/docs/ReleaseNotes.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ReleaseNotes.rst?rev=212969&r1=212968&r2=212969&view=diff
==============================================================================
--- cfe/trunk/docs/ReleaseNotes.rst (original)
+++ cfe/trunk/docs/ReleaseNotes.rst Mon Jul 14 13:34:37 2014
@@ -100,6 +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.
+
 New Pragmas in Clang
 -----------------------
 





More information about the cfe-commits mailing list