[PATCH] D18269: [ELF] - -rpath-link "implemented"
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 19 04:13:43 PDT 2016
grimar added inline comments.
================
Comment at: ELF/Options.td:190
@@ -189,2 +189,3 @@
def no_warn_mismatch : Flag<["--"], "no-warn-mismatch">;
+def rpath_link : Separate<["-"], "rpath-link">;
def version_script : Separate<["--"], "version-script">;
----------------
ruiu wrote:
> I think both -rpath-link and --rpath-link are valid.
Agree.
gold accepts both, ld only -rpath-link.
I think we dont miss anything if will either suport both variants.
http://reviews.llvm.org/D18269
More information about the llvm-commits
mailing list