[LLVMdev] Bytecode to C

Misha Brukman brukman at uiuc.edu
Thu Mar 31 10:57:03 PST 2005


On Thu, Mar 31, 2005 at 10:55:31AM -0800, xavier wrote:
> There may be an obvious answer for this question but, how do you
> convert from bytecode to C?
> llvm-dis is no longer doing this taks with the -c flag

This feature is now part of llc, with this syntax:

llc -march=c file.bc -o file.c

-- 
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu




More information about the llvm-dev mailing list