[PATCH] D37727: Driver: Remove custom MinGW linker detection

Martell Malone via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 12 15:10:26 PDT 2017


martell added a comment.

In https://reviews.llvm.org/D37727#868284, @rnk wrote:

> Nice! IIUC, now that the gnu ld driver works on Windows we can remove this logic. Thanks!


We could have removed it before the addition of the gnu ld driver, I think the author just missed this target and possibly others when the original patch was created.

Regardless, this now enables us to make standalone mingw-w64 clang toolchains with only llvm+clang+lld+compiler-rt without having any out of tree patches :)


Repository:
  rL LLVM

https://reviews.llvm.org/D37727





More information about the cfe-commits mailing list