Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix forwarding -l to MSVC's link.exe | Reid Kleckner | 2014-09-16 | 1 | -1/+3 |
| | | | | | | | | | | | Translate -lfoo to -lfoo.lib while making sure that -lfoo.lib stays as -lfoo.lib. Also, these arguments were being passed twice: once explicitly via AddAllArgs, and again implicitly as linker inputs. Now they are passed once. Fixes PR20868. llvm-svn: 217895 | ||||
* | [VS Toolchain] Correctly forward -l linker inputs to link.exe. | Michael J. Spencer | 2012-06-18 | 1 | -0/+5 |
Patch by Nikola Smiljanic! llvm-svn: 158664 |