diff options
author | Rui Ueyama <ruiu@google.com> | 2018-05-31 20:46:22 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2018-05-31 20:46:22 +0000 |
commit | a3e5d4982e1ff691ed222c2f16b03e2130fb272b (patch) | |
tree | 0bdb40b663146be998ccffcc3cef694e88459ef2 /llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp | |
parent | ecc84834b723eef4c32b8cf7fc91e3867924e0bf (diff) | |
download | llvm-a3e5d4982e1ff691ed222c2f16b03e2130fb272b.zip llvm-a3e5d4982e1ff691ed222c2f16b03e2130fb272b.tar.gz llvm-a3e5d4982e1ff691ed222c2f16b03e2130fb272b.tar.bz2 |
Print out "Alias for -foo" instead of repeating the same help message for -foo.
Since aliases don't actually need name, I removed it from Options.td
to keep the definitions concise.
Before:
-( Ignored for compatibility with GNU unless you pass --warn-backrefs
-) Ignored for compatibility with GNU unless you pass --warn-backrefs
--allow-multiple-definition Allow multiple definitions
--apply-dynamic-relocs Apply dynamic relocations to place
--as-needed Only set DT_NEEDED for shared libraries if used
--auxiliary=<value> Set DT_AUXILIARY field to the specified name
--Bdynamic Link against shared libraries
--Bshareable Build a shared object
...
After:
-( Alias for --start-group
-) Alias for --end-group
--allow-multiple-definition Allow multiple definitions
--apply-dynamic-relocs Apply dynamic relocations to place
--as-needed Only set DT_NEEDED for shared libraries if used
--auxiliary=<value> Set DT_AUXILIARY field to the specified name
--Bdynamic Link against shared libraries (default)
--Bshareable Alias for --shared
...
Differential Revision: https://reviews.llvm.org/D47588
llvm-svn: 333694
Diffstat (limited to 'llvm/lib/Target/WebAssembly/WebAssemblyTargetMachine.cpp')
0 files changed, 0 insertions, 0 deletions