[PATCH] D57304: [LLD] [MinGW] Ignore the --plugin and --plugin-opt options
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 29 00:38:51 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rLLD352459: [MinGW] Ignore the --plugin and --plugin-opt option (authored by mstorsjo, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D57304?vs=183967&id=184028#toc
Repository:
rLLD LLVM Linker
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57304/new/
https://reviews.llvm.org/D57304
Files:
MinGW/Options.td
Index: MinGW/Options.td
===================================================================
--- MinGW/Options.td
+++ MinGW/Options.td
@@ -78,3 +78,9 @@
def alias_entry_e: JoinedOrSeparate<["-"], "e">, Alias<entry>;
def alias_strip_s: Flag<["-"], "s">, Alias<strip_all>;
def alias_strip_S: Flag<["-"], "S">, Alias<strip_debug>;
+
+// Ignored options
+def: S<"plugin">;
+def: J<"plugin=">;
+def: S<"plugin-opt">;
+def: J<"plugin-opt=">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57304.184028.patch
Type: text/x-patch
Size: 438 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190129/feb0b1f1/attachment.bin>
More information about the llvm-commits
mailing list