[LLVMdev] Compiling via bitcode on Windows (original) (raw)
Quinn Mahoney qmahoney at gmail.com
Tue Feb 3 10:13:07 PST 2015
- Previous message: [LLVMdev] Compiling via bitcode on Windows
- Next message: [LLVMdev] Compiling via bitcode on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Previous message: [LLVMdev] Compiling via bitcode on Windows
- Next message: [LLVMdev] Compiling via bitcode on Windows
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]