[clang] [Clang][Driver] Revise Cygwin ToolChain to call linker directly (PR #147960)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 10 10:18:52 PDT 2025


jeremyd2019 wrote:

Thanks!  This was on my mental TODO list but I haven't gotten back to looking at it.  When I was thinking about this, I was thinking about modifying the MinGW linker with a couple of virtual functions and deriving from it for a Cygwin linker, to avoid so much code duplication.  Maybe @mstorsjo can provide an opinion here?

Also, the cygwin.cpp test was based on hurd.cpp, I'm thinking more of those tests are relevant now.

https://github.com/llvm/llvm-project/pull/147960


More information about the cfe-commits mailing list