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 b
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 b