]> granicus.if.org Git - clang/commit
clang-cl: Don't check for existence of linker inputs when /link is used
authorHans Wennborg <hans@hanshq.net>
Fri, 15 Apr 2016 01:12:32 +0000 (01:12 +0000)
committerHans Wennborg <hans@hanshq.net>
Fri, 15 Apr 2016 01:12:32 +0000 (01:12 +0000)
commit6e95ff80a08b5aff9da48c130b130b866b92adc8
tree992c5514b5427e065ef07134fb4f311eef7cdcdb
parent114b9ddf8daaa2c3c47b0198d3c6f642c7041eaf
clang-cl: Don't check for existence of linker inputs when /link is used

There might be flags passed to the linker (e.g. /libpath), causing it
to search in paths the Clang driver doesn't know about.

PR27234

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@266402 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/Driver.cpp
test/Driver/cl-link.c