search for: tdihp

Displaying 2 results from an estimated 2 matches for "tdihp".

2011 Jul 13
1
[LLVMdev] "Can I use LLVM to convert C++ code to C code?"FAQ doesn't work
hi, I'm new to llvm and trying to convert some c files to bitcode and convert them back to c code. my command line is pretty simple and verymuch like commands in "Can I use LLVM to convert C++ code to C code?" dragonegg_disable_version_check=1 llvm-gcc -emit-llvm test.c -o test -c llc -march=c test -o testout.c so I meant to compile test.c, which can be compiled and run by normal
2011 Jul 13
1
[LLVMdev] eleminate unsigned long long in llc march=c
Hi, I tried llc march=c to export c codes, and codes are really good, except that I have a lagged compiler that don't recognize long long type, including the long long constants like 0ull so is there a switch for that or what should I do? thanks -------------- next part -------------- An HTML attachment was scrubbed... URL: