(original) (raw)

clang-cl.exe avoids those errors and can generate an executable from C++, but it doesn't seem to have -emit-llvm or an equivalent option.

FYI, you can use this with clang-cl:
clang.cl.exe -Xclang -emit-llvm /c ...