Boost logo

Boost :

Subject: Re: [boost] clang-win, (Thin)LTO this time
From: degski (degski_at_[hidden])
Date: 2018-11-07 06:54:38


On Tue, 6 Nov 2018 at 14:17, degski <degski_at_[hidden]> wrote:

> 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*

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk