Re: [PATCH] Check for clang-cl.exe after cl.exe
Antonin Décimo <[email protected]> Fri, 14 Nov 2025 13:39:55 +0100
| Newsgroups | gmane.comp.sysutils.autoconf.patches |
|---|---|
| Message-ID | <CACCWBSD-f4JO8ZN54ryvRZ2uQ_oNcCThFEbpbD=hk+KXUY-52A@mail.gmail.com> |
Thinking about this more, clang-cl is also packaged in LLVM/clang in most distros, and as such doesn't have the ".exe" extension. For instance, ArchLinux clang's package installs /usr/bin/clang-cl. https://archlinux.org/packages/extra/x86_64/clang/ Not sure if it should be searched before or after clang-cl.exe. -- Antonin