Y
Hacker News
new
|
ask
|
show
|
jobs
by
martell
3234 days 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 :)
1 comments
jessermeyer
3234 days ago
Why is Clang so much slower than cl at compiling? On OS X / unix Clang seems so much faster.
link
martell
3234 days ago
By cl do you mean MSVC cl or are you asking about clang vs clang-cl ?
link
jessermeyer
3234 days ago
MSVC cl compiles much faster than clang / clang-cl.
link
dxf
3234 days ago
Yes, this is something that is being worked on.
link
jessermeyer
3233 days ago
Can you point to an official discussion / svn commit chain that demonstrates this?
link