]> granicus.if.org Git - clang/commit
[Driver] MinGW: Remove custom linker detection
authorMartell Malone <martellmalone@gmail.com>
Wed, 13 Sep 2017 00:46:54 +0000 (00:46 +0000)
committerMartell Malone <martellmalone@gmail.com>
Wed, 13 Sep 2017 00:46:54 +0000 (00:46 +0000)
commitb0671c88a34e4dc96ae4a26d7873c45d6d7221e9
tree80bb69c532e578299714d3002522e2413350d218
parente9d22cbcf2d884c08c779ce0958fd70607032494
[Driver] MinGW: Remove custom linker detection

In rL289668 the ability to specify the default linker at compile time
was added but because the MinGW driver used custom detection we could
not take advantage of this new CMAKE flag CLANG_DEFAULT_LINKER.

This is a re-apply of rL313082 which was reverted in rL313088
due to failing buildbot tests.

Differential Revision: https://reviews.llvm.org/D37727

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@313102 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains/MinGW.cpp
test/Driver/mingw-useld.c