From 0e767b16f92174dfa831fc7bd910394dddbb6016 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 14 Jul 2014 18:34:37 +0000 Subject: [PATCH] Document the forward of the -u option (r211756) llvm-svn: 212969 --- clang/docs/ReleaseNotes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/docs/ReleaseNotes.rst b/clang/docs/ReleaseNotes.rst index 3d9e2108e74a..5ca4bbbc7c1e 100644 --- a/clang/docs/ReleaseNotes.rst +++ b/clang/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 -----------------------