[PATCH] D69760: [Clang][Driver] Don't pun -fuse-ld=lld as -fuse-ld=lld-link with msvc
Nico Weber via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Nov 5 11:34:21 PST 2019
thakis added a comment.
We currently do cross builds of chrome/win on linux, and this breaks that.
As far as I know, no linker other than lld-link is able to write PDB files, so when targeting windows-msvc we definitely shouldn't change the current behavior. I don't have an opinion on windows-mingw.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69760/new/
https://reviews.llvm.org/D69760
More information about the cfe-commits
mailing list