[PATCH] D18269: [ELF] - -rpath-link "implemented"
    George Rimar via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Sat Mar 19 04:21:32 PDT 2016
    
    
  
This revision was automatically updated to reflect the committed changes.
Closed by commit rL263876: [ELF] - ignore the -rpath-link option (authored by grimar).
Changed prior to commit:
  http://reviews.llvm.org/D18269?vs=51110&id=51111#toc
Repository:
  rL LLVM
http://reviews.llvm.org/D18269
Files:
  lld/trunk/ELF/Options.td
Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/ELF/Options.td
@@ -197,6 +197,7 @@
 def no_fatal_warnings : Flag<["--"], "no-fatal-warnings">;
 def no_warn_common : Flag<["--", "-"], "no-warn-common">;
 def no_warn_mismatch : Flag<["--"], "no-warn-mismatch">;
+def rpath_link : Separate<["--", "-"], "rpath-link">;
 def version_script : Separate<["--"], "version-script">;
 def warn_shared_textrel : Flag<["--"], "warn-shared-textrel">;
 def G : Separate<["-"], "G">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18269.51111.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160319/9785061b/attachment.bin>
    
    
More information about the llvm-commits
mailing list