Hi, 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 Thanks __________________________________ Do you Yahoo!? Make Yahoo! your home page http://www.yahoo.com/r/hs
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 flagThis 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