[PATCH] D144084: [LLD] [COFF] Don't try to detect MSVC installations in mingw mode

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 17 01:29:02 PST 2023


mstorsjo reopened this revision.
mstorsjo added a comment.
This revision is now accepted and ready to land.

I had to revert this, as it broke one test in compiler-rt/test/profile/Windows/coverage-weak-lld.cpp, which relied on linking in an MSVC environment (finding the lib path from the environment) with `-lldmingw` to opt in to mingw style behaviours.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144084



More information about the llvm-commits mailing list