[Driver] Allow setting the default linker during build
authorPetr Hosek <phosek@chromium.org>
Wed, 14 Dec 2016 16:46:50 +0000 (16:46 +0000)
committerPetr Hosek <phosek@chromium.org>
Wed, 14 Dec 2016 16:46:50 +0000 (16:46 +0000)
commitfe2c2b082ff2cc3c9eb28d13407cc75e32c6cf6d
tree12819cc4d545baa7ace979297867514e5a4df731
parentf5bf03c7ef61c7e6f44ce22a5144b5e13be6e797
[Driver] Allow setting the default linker during build

This change allows setting the default linker used by the Clang
driver when configuring the build.

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

llvm-svn: 289668
clang/CMakeLists.txt
clang/include/clang/Config/config.h.cmake
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/ToolChain.cpp
clang/lib/Driver/ToolChains.cpp
clang/lib/Driver/ToolChains.h