+1
−0
+3
−1
Loading
------------------------------------------------------------------------ r325679 | hans | 2018-02-21 14:54:26 +0100 (Wed, 21 Feb 2018) | 9 lines [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: 325680