[PATCH] D57304: [LLD] [MinGW] Ignore the --plugin and --plugin-opt options
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 27 14:14:55 PST 2019
mstorsjo updated this revision to Diff 183775.
mstorsjo retitled this revision from "[LLD] [MinGW] Ignore the --plugin option" to "[LLD] [MinGW] Ignore the --plugin and --plugin-opt options".
mstorsjo edited the summary of this revision.
mstorsjo added a comment.
Added --plugin-opt as well.
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
@@ -68,6 +68,10 @@
def no_seh: F<"no-seh">;
def nxcompat: F<"nxcompat">, HelpText<"Enable data execution prevention">;
def pic_executable: F<"pic-executable">;
+def plugin: S<"plugin">;
+def plugin_eq: J<"plugin=">, Alias<plugin>;
+def plugin_opt: S<"plugin-opt">;
+def plugin_opt_eq: J<"plugin-opt=">, Alias<plugin_opt>;
def sysroot: J<"sysroot">, HelpText<"Sysroot">;
def start_group: F<"start-group">;
def tsaware: F<"tsaware">, HelpText<"Create Terminal Server aware executable">;
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57304.183775.patch
Type: text/x-patch
Size: 625 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190127/d61c98a9/attachment.bin>
More information about the llvm-commits
mailing list