summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEd Maste <emaste@freebsd.org>2015-10-02 15:45:26 +0000
committerEd Maste <emaste@freebsd.org>2015-10-02 15:45:26 +0000
commit2dab6c9bcc24e1ebe4fd40d9155d6788bc087f97 (patch)
treeb6d662d62bf3242719d9f0450a0cb174e46c60c4
parent3e7d1718666c4020c21a9b05ab9825a151a13511 (diff)
downloadbcm5719-llvm-2dab6c9bcc24e1ebe4fd40d9155d6788bc087f97.tar.gz
bcm5719-llvm-2dab6c9bcc24e1ebe4fd40d9155d6788bc087f97.zip
Allow -soname arg in addition to -soname=arg
Differential Revision: http://reviews.llvm.org/D13387 llvm-svn: 249146
-rw-r--r--lld/ELF/Options.td1
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/ELF/Options.td b/lld/ELF/Options.td
index 5d2833ed121..8e3ac37cd57 100644
--- a/lld/ELF/Options.td
+++ b/lld/ELF/Options.td
@@ -76,6 +76,7 @@ def alias_discard_locals: Flag<["-"], "X">, Alias<discard_locals>;
def alias_entry : Separate<["-"], "e">, Alias<entry>;
def alias_l : Joined<["--"], "library=">, Alias<l>;
def alias_soname : Separate<["-"], "h">, Alias<soname>;
+def alias_snoame : Separate<["-"], "soname">, Alias<soname>;
// Options listed below are silently ignored now.
def O3 : Flag<["-"], "O3">;
OpenPOWER on IntegriCloud