On Thu, 17 Jul 2025, Jeremy Drake via Cygwin-apps wrote: > llvm branched & released rc1 of llvm 21.1.0 today, and I updated the > cygports (and removed a *ton* of patches)
There seems to be some issue with clang 21.1.0-rc1 being linked with GNU ld. Stripping these binaries with GNU binutils strip results in a broken binary (crashes on startup, apparently processing pseudo-relocations) and llvm-strip gives an error about an unexpected associative section index. https://github.com/llvm/llvm-project/issues/53433#issuecomment-3086655664