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

George Rimar via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 23 08:31:15 PDT 2015


grimar added inline comments.

================
Comment at: DriverUtils.cpp:62
@@ +61,3 @@
+
+  auto Unknowns = Args.filtered(OPT_UNKNOWN);
+  for (auto *Arg : Unknowns)
----------------
Fixed.


http://reviews.llvm.org/D13093





More information about the llvm-commits mailing list