]> granicus.if.org Git - clang/commit
Driver: Defer computation of linker path until it is needed.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Nov 2015 20:49:39 +0000 (20:49 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Nov 2015 20:49:39 +0000 (20:49 +0000)
commit791fae7a1f9b65ddf98dfa9c8a10a2f5ab13fe86
tree245749e189b4d8e0e113cbff061d06941e25fe32
parent89442540228678039c2091b9c4aae6482ca7e5fe
Driver: Defer computation of linker path until it is needed.

This allows us to construct Linux toolchains without a valid linker. This
is needed for example to build a CUDA device toolchain after r253385.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@253707 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/ToolChain.h
lib/Driver/ToolChain.cpp
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
test/Driver/mingw-useld.c