Gisle Vanem wrote:
> > clang on Windows, by default, does not link with '-loldnames' (like mingw 
> > and
> > MSVC 14 do).
> 
> You mean when using 'lld-link'?

No. I'm using 'clang', and 'clang' happens to use the link.exe from the MSVC
installation directory (regardless whether I have set an environment variable
LD or not).

> One can use 'link.exe' with 'clang-cl' with no problem.

I hate to repeat myself: I'm using 'clang', not 'clang-cl', because the GCC
compatible driver integrates better with the GNU build system.

Bruno


Reply via email to