[ELF] Add -nopie alias for -no-pie (PR36423)
authorHans Wennborg <hans@hanshq.net>
Wed, 21 Feb 2018 13:54:26 +0000 (13:54 +0000)
committerHans Wennborg <hans@hanshq.net>
Wed, 21 Feb 2018 13:54:26 +0000 (13:54 +0000)
commit82fca768682a68a7b3096f8a93e8f7480ab124d8
tree955d90934680ba4a53e3b847c206c294d7dbbdf0
parent500e126155299db89682b74b7ad434c06d6ee5db
[ELF] Add -nopie alias for -no-pie (PR36423)

In r324043, --nopie was renamed to --no-pie to presumably fix a typo.

As it turns out, "nopie" wasn't a typo but the spelling used by
OpenBSD's binutils ld. Gold on the other hand spells the flag "no-pie".
(Vanilla binutils doesn't have a flag like this at all.)

Since they do the same thing, let's support both spellings.

llvm-svn: 325679
lld/ELF/Options.td
lld/test/ELF/pie.s