summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/msvc-link.c
Commit message (Collapse)AuthorAgeFilesLines
* Reland r341390 clang-cl: Pass /Brepro to linker if it was passed to the compilerNico Weber2018-09-071-0/+12
| | | | | | | | | | The test was missing '--' on mac as pointed out by -Wslash-u-filename: <stdin>:5:69: note: possible intended match here clang: warning: '/Users/thakis/src/llvm-mono/clang/test/Driver/msvc-link.c' treated as the '/U' option [-Wslash-u-filename] Differential Revision: https://reviews.llvm.org/D51635 llvm-svn: 341654
* Reverting r 341390 because it is causing test failures on GreenDragon.A Bergen2018-09-061-12/+0
| | | | | | http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental/52810/ llvm-svn: 341560
* clang-cl: Pass /Brepro to linker if it was passed to the compilerNico Weber2018-09-041-0/+12
| | | | | | Differential Revision: https://reviews.llvm.org/D51635 llvm-svn: 341390
* Driver: support -L for MSVC toolchain under the GNU driverSaleem Abdulrasool2016-07-011-0/+6
| | | | | | | When not using clang in the CL emulation mode, honour the -L flags as additional library paths to pass to the linker invocation. llvm-svn: 274356
* Fix msvc-link.c test for environments with link.exe on PATHHans Wennborg2015-03-051-2/+2
| | | | | | Patch by Michael Edwards! llvm-svn: 231339
* Pass -dll to link.exe when building with -shared (PR22697)Hans Wennborg2015-03-041-0/+12
And start building a test for non-clang-cl link.exe invocations. llvm-svn: 231312
OpenPOWER on IntegriCloud