How to make clang compile to llvm IR

前端 未结 5 1670
感情败类
感情败类 2020-11-27 10:01

I want clang to compile my C/C++ code to LLVM bytecode rather than binary executable. How can I achieve that? And if I get the LLVM by

5条回答
提交回复
热议问题