search for: 9cd7bdcb

Displaying 1 result from an estimated 1 matches for "9cd7bdcb".

2015 Sep 09
2
Compiling the code generated by LLVM C++ backend
Hi, I am working with LLVM 2.9. So far I have used "llc -march=c" and "llc -march=cpp" respectively to generate C and C++ source code from LLVM IR/BitCode. My questions follow: 1. I can see that there is a significant difference between the code generated by C and C++ backends. Former one generates code to be compiled by gcc to generate a native executable, while the