Nico Weber
50824c9caf
Reland r341390 clang-cl: Pass /Brepro to linker if it was passed to the compiler
...
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
2018-09-07 12:47:02 +00:00
A Bergen
51fdaba4ad
Reverting r 341390 because it is causing test failures on GreenDragon.
...
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental/52810/
llvm-svn: 341560
2018-09-06 16:29:40 +00:00
Nico Weber
88f7285415
clang-cl: Pass /Brepro to linker if it was passed to the compiler
...
Differential Revision: https://reviews.llvm.org/D51635
llvm-svn: 341390
2018-09-04 18:00:14 +00:00
Saleem Abdulrasool
1f5ceb0b5d
Driver: support -L for MSVC toolchain under the GNU driver
...
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
2016-07-01 15:36:31 +00:00
Hans Wennborg
bb49a5de12
Fix msvc-link.c test for environments with link.exe on PATH
...
Patch by Michael Edwards!
llvm-svn: 231339
2015-03-05 02:26:58 +00:00
Hans Wennborg
e4c47f2e8b
Pass -dll to link.exe when building with -shared (PR22697)
...
And start building a test for non-clang-cl link.exe invocations.
llvm-svn: 231312
2015-03-04 23:16:21 +00:00