[cfe-dev] From LLVM Bytecode to C source
Sebastian Redl
sebastian.redl at getdesigned.at
Tue Jan 13 02:53:57 PST 2009
On Tue, 13 Jan 2009 11:08:56 +0100, Simone Pellegrini
<spellegrini at dps.uibk.ac.at> wrote:
> I wonder to know if there is any chance to convert back emitted LLVM
> bytecode into a C source file using clang (or any other existing tool)
LLVM itself can compile to C code. But you probably won't get back
something that really resembles the original code.
Sebastian
More information about the cfe-dev
mailing list