From: Sylvestre Ledru Date: Mon, 14 Jul 2014 18:34:37 +0000 (+0000) Subject: Document the forward of the -u option (r211756) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b354381fe75a8e890c0ceccc22ae4793db3182d;p=clang Document the forward of the -u option (r211756) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212969 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.rst b/docs/ReleaseNotes.rst index 3d9e2108e7..5ca4bbbc7c 100644 --- a/docs/ReleaseNotes.rst +++ b/docs/ReleaseNotes.rst @@ -100,6 +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. + New Pragmas in Clang -----------------------