On Tue, 6 Nov 2018 at 14:17, degski
So, -fuse-ld=lld is quoted in the command. It appears [looks like] clang-cl.exe gobbles the quotes, though, i.e. it seems to work.
A simple test [slow brain I guess, alzheimers' kicking in] confirms the above: Y:\>clang-cl --version clang version 8.0.0 (trunk) Target: x86_64-pc-windows-msvc Thread model: posix InstalledDir: C:\Program Files\LLVM\bin Y:\>clang-cl "--version" clang version 8.0.0 (trunk) Target: x86_64-pc-windows-msvc Thread model: posix InstalledDir: C:\Program Files\LLVM\bin Y:\>clang-cl "--versio" clang-cl: warning: unknown argument ignored in clang-cl '--versio' (did you mean '--version'?) [-Wunknown-argument] clang-cl: error: no input files Y:\> degski -- *“If something cannot go on forever, it will stop" - Herbert Stein*