[PATCH] D13387: lld: Allow -soname arg in addition to -soname=arg

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 08:47:19 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL249146: Allow -soname arg in addition to -soname=arg (authored by emaste).

Changed prior to commit:
  http://reviews.llvm.org/D13387?vs=36368&id=36369#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D13387

Files:
  lld/trunk/ELF/Options.td

Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/ELF/Options.td
@@ -76,6 +76,7 @@
 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">;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13387.36369.patch
Type: text/x-patch
Size: 485 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151002/01497e75/attachment.bin>


More information about the llvm-commits mailing list