diff options
author | Shoaib Meenai <smeenai@fb.com> | 2017-06-06 02:06:28 +0000 |
---|---|---|
committer | Shoaib Meenai <smeenai@fb.com> | 2017-06-06 02:06:28 +0000 |
commit | 462f36d36d4593e30a1c765cd3c28a0c66633642 (patch) | |
tree | 40c7bcf24b7cc834e93e234324b2f250045a7917 /llvm/unittests/Support/ProgramTest.cpp | |
parent | b301806c4b79ac03303516ad512306fe590947f2 (diff) | |
download | llvm-462f36d36d4593e30a1c765cd3c28a0c66633642.zip llvm-462f36d36d4593e30a1c765cd3c28a0c66633642.tar.gz llvm-462f36d36d4593e30a1c765cd3c28a0c66633642.tar.bz2 |
[Driver] Don't force .exe suffix for lld
When cross-compiling to Windows using lld, we want the driver to invoke
it as lld-link rather than lld-link.exe. On Windows, the LLVM fs
functions take care of adding the .exe suffix where necessary, so we can
just drop the addition in the toolchain entirely.
Differential Revision: https://reviews.llvm.org/D33923
llvm-svn: 304761
Diffstat (limited to 'llvm/unittests/Support/ProgramTest.cpp')
0 files changed, 0 insertions, 0 deletions