[PATCH] D134165: [llvm] prefix linker flag on non-MSVC compilers with `-Wl,`

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 20 15:03:56 PDT 2022


rnk added a subscriber: akhuang.
rnk added a comment.

Regarding support for the clang.exe driver in an MSVC environment, I agree, it's not currently well supported, but it's a frequent user request. Lots of folks have GCC-ish build systems that they want to retarget to an MSVC environment. @akhuang is planning to do some clang driver work in this space for some of our users.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134165/new/

https://reviews.llvm.org/D134165



More information about the llvm-commits mailing list