This is a starting point. I have no idea which direction I should continue to
make this work and am looking for advice. Eventually this bot should be able
to self-host using clang-cl.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
CC=clang-cl CXX=clang-cl cmake -G Ninja ..\llvm
There's a few additional variables you have to pass to cmake to set
cxxflags, but that is a bug in the cmake which i plan to address today or
tomorrow. After that, the above command line will just work