[PATCH] D47591: Fix rpath-link handling
Taiju Tsuiki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 12:38:24 PDT 2018
tzik updated this revision to Diff 149342.
tzik added a comment.
rebase
Repository:
rLLD LLVM Linker
https://reviews.llvm.org/D47591
Files:
ELF/Options.td
Index: ELF/Options.td
===================================================================
--- ELF/Options.td
+++ ELF/Options.td
@@ -462,7 +462,7 @@
def: F<"no-keep-memory">;
def: F<"no-mmap-output-file">;
def: F<"no-warn-mismatch">;
-def: J<"rpath-link">;
+def: Separate<["--", "-"], "rpath-link">;
def: J<"rpath-link=">;
def: F<"sort-common">;
def: F<"stats">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47591.149342.patch
Type: text/x-patch
Size: 368 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/70defa23/attachment.bin>
More information about the llvm-commits
mailing list