[ELF] - Print options aliases in --help
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 26 Jul 2017 09:21:10 +0000 (09:21 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 26 Jul 2017 09:21:10 +0000 (09:21 +0000)
commit6977ec689961d234ce5912319b0e39b74182b82a
tree223fb7b1f09f93f01d2202da0f52e848d6a32a2a
parent5dbfa4e65b9eb907fbf1f25cf1ff8374171f414c
[ELF] - Print options aliases in --help

This is PR30422,
previously LLD did not render all option aliases in --help.
With this patch it will.

Differential revision: https://reviews.llvm.org/D35477

llvm-svn: 309089
lld/ELF/DriverUtils.cpp
lld/test/ELF/help.s [new file with mode: 0644]