ruiu added inline comments.
================
Comment at: MinGW/Driver.cpp:162-163
+ for (auto *A : Args.filtered(OPT_mllvm))
+ Add("-mllvm:" + StringRef(A->getValue()));
+
----------------
Can this appear more than once?
Repository:
rL LLVM
https://reviews.llvm.org/D37712