Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Vary Windows toolchain selection by -fuse-ld | Dave Lee | 2017-11-06 | 1 | -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 windows | Saleem Abdulrasool | 2015-10-28 | 1 | -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 hermetic | Saleem Abdulrasool | 2014-10-25 | 1 | -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 |