As the COFF linker is capable of linking directly against a DLL now
(after D104530, as long as it is running in mingw mode), don't error
out here but successfully load libraries specified with "-l" from DLLs
if that's what ld.bfd would have matched.
Details
Details
- Reviewers
rnk mati865 - Commits
- rGc09e5e50b13a: [LLD] [MinGW] Allow linking to DLLs directly
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo