[Scons-users] clang and SCons usage questions
Mats Wichmann
mats at wichmann.us
Mon Feb 19 15:18:55 EST 2018
On 02/19/2018 10:53 AM, Bill Deegan wrote:
> Greetings,
>
> I'm working on sorting out the test failures in appveyor on windows with
> clang.
>
> It seems you need to install either msvc or mingw to be able to do anything
> useful with clang on win32.
>
> Also clang-cl will use MSVC style compiler flags, where clang will use
> "normal/non-windows" compiler flags.
>
> So:
> 1) Do you use clang with MSVC or MINGW?
> 2) Do you use MSVC compiler type flags with clang?
not me; we've dropped in clang in place of gcc on Linux builds, and
clang is what you get on Mac, but not Windows.
have you looked here for some "additional support"?
https://llvm.org/builds/
(it seems not to be ready for VS2017, which is a bit disappointing, but
I suppose it will get there)
More information about the Scons-users
mailing list