summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/Windows
Commit message (Collapse)AuthorAgeFilesLines
* Vary Windows toolchain selection by -fuse-ldDave Lee2017-11-061-0/+0
| | | | | | | | | | | | | | | | | Summary: This change allows binutils to be used for linking with MSVC. Currently, when using an MSVC target and `-fuse-ld=bfd`, the driver produces an invalid linker invocation. Reviewers: rnk, compnerd Reviewed By: compnerd Subscribers: smeenai, cfe-commits Differential Revision: https://reviews.llvm.org/D39509 llvm-svn: 317511
* Driver: support -fuse-ld= on cross windowsSaleem Abdulrasool2015-10-281-0/+0
| | | | | | | Update the linker selection to support the `-fuse-ld=` option for selecting a linker. llvm-svn: 251493
* test: attempt to make test more hermeticSaleem Abdulrasool2014-10-251-0/+0
Add a fake linker in to a sysroot to use for testing the driver's tool invocation. Should make the test behave similarly on all platforms. Addresses review comments from Reid Kleckner from SVN r220546. llvm-svn: 220625
OpenPOWER on IntegriCloud