[lld] r249230 - Add -rpath= alias for -rpath

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 2 23:54:24 PDT 2015


Author: emaste
Date: Sat Oct  3 01:54:24 2015
New Revision: 249230

URL: http://llvm.org/viewvc/llvm-project?rev=249230&view=rev
Log:
Add -rpath= alias for -rpath

Modified:
    lld/trunk/ELF/Options.td

Modified: lld/trunk/ELF/Options.td
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/ELF/Options.td?rev=249230&r1=249229&r2=249230&view=diff
==============================================================================
--- lld/trunk/ELF/Options.td (original)
+++ lld/trunk/ELF/Options.td Sat Oct  3 01:54:24 2015
@@ -75,6 +75,7 @@ def alias_discard_all_x: Flag<["-"], "x"
 def alias_discard_locals_X: Flag<["-"], "X">, Alias<discard_locals>;
 def alias_entry_e : Separate<["-"], "e">, Alias<entry>;
 def alias_l__library : Joined<["--"], "library=">, Alias<l>;
+def alias_rpath_rpath : Joined<["-"], "rpath=">, Alias<rpath>;
 def alias_soname_h : Separate<["-"], "h">, Alias<soname>;
 def alias_soname_soname : Separate<["-"], "soname">, Alias<soname>;
 




More information about the llvm-commits mailing list