diff options
author | Martin Storsjö <martin@martin.st> | 2023-02-17 11:25:12 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2023-02-17 11:27:24 +0200 |
commit | eb14186771e7bca992c043637aac3ed7104eaa1f (patch) | |
tree | 9f8f610d0d3b7e58fa2b1eb2c147bd77ebb6a38c /llvm/lib/CodeGen/MachineCombiner.cpp | |
parent | bf91cd6ea9d6c03558667d417e496324468948da (diff) | |
download | llvm-eb14186771e7bca992c043637aac3ed7104eaa1f.zip llvm-eb14186771e7bca992c043637aac3ed7104eaa1f.tar.gz llvm-eb14186771e7bca992c043637aac3ed7104eaa1f.tar.bz2 |
Revert "[LLD] [COFF] Don't try to detect MSVC installations in mingw mode"
This reverts commit 389bfbd66d6f78b5fc60e51e620e7f767fc867f0.
This commit broke the compiler-rt/test/profile/Windows/coverage-weak-lld.cpp
testcase. This testcase builds and links in an MSVC environment,
but explicitly passes -lldmingw to the linker, to opt in to
certain mingw-style behaviours regarding weak symbols, since
effb87dfa810a28e763f914fe3e6e984782cc846. This patch broke that
test, which now errored out with these errors:
lld-link: error: could not open 'libuuid.a': no such file or directory
lld-link: error: could not open 'libLIBCMT.a': no such file or directory
lld-link: error: could not open 'libOLDNAMES.a': no such file or directory
Diffstat (limited to 'llvm/lib/CodeGen/MachineCombiner.cpp')
0 files changed, 0 insertions, 0 deletions