[PATCH] D18668: ELF: Add more variants of ignored flags.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 31 13:01:19 PDT 2016


ruiu accepted this revision.
ruiu added a comment.
This revision is now accepted and ready to land.

LGTM


================
Comment at: ELF/Options.td:196
@@ +195,3 @@
+def plugin : Separate<["--", "-"], "plugin">;
+def plugin_EQ : Joined<["--", "-"], "plugin=">;
+def plugin_opt : Separate<["--", "-"], "plugin-opt">;
----------------
I'd name _eq instead of _EQ.


http://reviews.llvm.org/D18668





More information about the llvm-commits mailing list