[PATCH] D53031: Expand comment for MinGW driver.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 9 11:41:17 PDT 2018


mstorsjo added a comment.

+1 to the rest of @smeenai's comments



================
Comment at: lld/MinGW/Driver.cpp:26
+// There are subtle differences between MS link.exe and GNU ld/MinGW, and GNU
+// ld/MinGW implemented a few GNU-specific features. Such features are directly
+// implemented in lld/COFF and enabled only when the linker is running in MinGW
----------------
smeenai wrote:
> implemented -> implements?
I don't see anything wrong with what's written here at the moment.


https://reviews.llvm.org/D53031





More information about the llvm-commits mailing list