[PATCH] D47591: Fix rpath-link handling
Taiju Tsuiki via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 31 12:41:14 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL333686: Fix rpath-link handling (authored by tzik, committed by ).
Repository:
rL LLVM
https://reviews.llvm.org/D47591
Files:
lld/trunk/ELF/Options.td
Index: lld/trunk/ELF/Options.td
===================================================================
--- lld/trunk/ELF/Options.td
+++ lld/trunk/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.149343.patch
Type: text/x-patch
Size: 398 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180531/001203bc/attachment.bin>
More information about the llvm-commits
mailing list