mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
GCC on Cygwin environment invokes linker with passing `--dll-search-prefix=cyg`. Implementing this option makes lld-mingw invokable by `gcc -fuse-ld=lld`. --------- Co-authored-by: jeremyd2019 <github@jdrake.com>