summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/msvc_forward.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix forwarding -l to MSVC's link.exeReid Kleckner2014-09-161-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. Spencer2012-06-181-0/+5
Patch by Nikola Smiljanic! llvm-svn: 158664
OpenPOWER on IntegriCloud