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

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 14:40:41 PDT 2015


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

LGTM with this fix.


================
Comment at: DriverUtils.cpp:62
@@ +61,3 @@
+
+  auto Unknowns = Args.filtered(OPT_UNKNOWN);
+  for (auto *Arg : Unknowns)
----------------
grimar wrote:
> Fixed.
Can you write the real type of Unknowns instead of auto?


http://reviews.llvm.org/D13093





More information about the llvm-commits mailing list