[PATCH] D13093: [ELF2] - output of all unknown arguments instead of only one

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 02:46:53 PDT 2015


grimar added a comment.

Could you please commit this if it is fine now. I dont have permissions for that yet.


================
Comment at: DriverUtils.cpp:62
@@ +61,3 @@
+
+  iterator_range<opt::arg_iterator> Unknowns = Args.filtered(OPT_UNKNOWN);
+  for (auto *Arg : Unknowns)
----------------
Done.


http://reviews.llvm.org/D13093





More information about the llvm-commits mailing list