This sounds a bit stupid. But I can't find any information about this in the documentation. This is more of a pre-emptive question to get it out of the way
But when you compile Clang/LLVM 4.0 in Win64, what runtime library does Clang immediately default to when compiling applications for Windows through the console? Is it what ever it was compiled with at the time? Or what ever the VSBuild Tools were set up for at the time?
To add in more context. I am compiling from the VS2015 x64 Build Tools outside of Visual Studios without the aide of a solution or project at the moment. And I will later go onto have CMake generate the projects for compilation.
My main reason for coding outside of VS is for better organization, and cross platform compatibility.