
26 Mar
2017
26 Mar
'17
4:10 p.m.
Edward Diener wrote:
How did you get just clang.jam to work ? Doesn't it need VC++ support when using clang-cl ?
I installed LLVM 4.0 in C:\LLVM and put using clang : 4.0 : "C:/LLVM/bin/clang.exe" : <compileflags>-fmsc-version=1910 <linkflags>-fuse-ld=lld ; in my user-config.jam. It found my VS 2017 installation by itself. There was no need to use the developer command prompt or put anything into PATH.