[PATCH] D18269: [ELF] - -rpath-link "implemented"

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 19 04:13:35 PDT 2016


grimar updated this revision to Diff 51110.
grimar added a comment.

- Addressed review comments.

Patch reduced to trivial single line, that just ignores the option.


http://reviews.llvm.org/D18269

Files:
  ELF/Options.td

Index: ELF/Options.td
===================================================================
--- ELF/Options.td
+++ 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.51110.patch
Type: text/x-patch
Size: 533 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160319/2d56f3a1/attachment.bin>


More information about the llvm-commits mailing list