[LLVMdev] Compiling via bitcode on Windows

Quinn Mahoney qmahoney at gmail.com
Tue Feb 3 10:13:07 PST 2015


>
> 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 ...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150203/64cbcf47/attachment.html>


More information about the llvm-dev mailing list