forked from OSchip/llvm-project
Document the forward of the -u option (r211756)
llvm-svn: 212969
This commit is contained in:
parent
5e43f74d4c
commit
0e767b16f9
|
@ -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
|
||||
-----------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue