VS: Using '-T llvm' through llvm.vsix does report clang-cl as compiler
Trying to use the CMAKE_GENERATOR_TOOLSET command line option (-T) with llvm cmake still uses cl.exe as a compiler and link.exe as a linker during its tests (also cl.exe as the assembler).
Edited by Brad King