search for: lpeng

Displaying 1 result from an estimated 1 matches for "lpeng".

Did you mean: peng
2009 Dec 08
4
[LLVMdev] A question about 'llc -march=c'
Hello friends working on LLVM, I am a beginner to LLVM. I tried to get C code from LLVM bitcode using 'llc -march=c'. But it seems to me that it doesn't work if the source program is a C++ program. Am I right? I have attatched the source program and the result of compiling the C code of it with GCC4.3.3. By the way, has LLVM's C code backend been tested on benchmarks like spec?