[LLVMdev] Executing a transformed program

Alysson aishofpf at gmail.com
Thu Jul 1 20:16:48 PDT 2010


Hi all,
I´ve been working on a transformation pass which performs the remotion of
some redundant instructions.
So now it´s finished I´d like to run the optimized programs generated by my
pass.
But I´ve got  some problems to do this, because I didn´t find a way to
generate assembly from the code and then call the gcc compiler to produce
machine-dependent code.
Please, does anybody know how to run programs optmized by passes?

Thanks you all!
Best regards,
Alysson
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100702/1c72679b/attachment.html>


More information about the llvm-dev mailing list