[PATCH] D57304: [LLD] [MinGW] Ignore the --plugin and --plugin-opt options

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 28 15:06:55 PST 2019


mstorsjo updated this revision to Diff 183967.
mstorsjo marked an inline comment as done.
mstorsjo added a comment.

Applied @ruiu's comments.

Or should I move them to another section entirely? (The rest of the surrounding ones do have names, but are ignored.)


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: S<"plugin">;
+def: J<"plugin=">;
+def: S<"plugin-opt">;
+def: J<"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.183967.patch
Type: text/x-patch
Size: 549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190128/29cb148f/attachment.bin>


More information about the llvm-commits mailing list