17 ms·
Exactly, In fact clang, clang++ and clang-cl are all the same program. The frontend just behaves differently based on the file name. Disclaimer: I am a LLVM En
by martell 9y ago
Exactly, In fact clang, clang++ and clang-cl are all the same program. The frontend just behaves differently based on the file name.
Disclaimer: I am a LLVM Engineer working on a mingw-w64 standalone clang :)
- jessermeyer 9y agoWhy is Clang so much slower than cl at compiling? On OS X / unix Clang seems so much faster.
- martell 9y agoBy cl do you mean MSVC cl or are you asking about clang vs clang-cl ?
- jessermeyer 9y agoMSVC cl compiles much faster than clang / clang-cl.
- dxf 9y agoYes, this is something that is being worked on.
- jessermeyer 9y agoCan you point to an official discussion / svn commit chain that demonstrates this?