[LLVMdev] Generating C code using LLVM

mats petersson mats at planetcatfish.com
Thu May 14 14:06:12 PDT 2015


>From what input? Usually Clang is the tool for "rewriting C" (making source
to source conversions), but it's not clear if that's what you are trying to
achieve, so some more information would be useful.

Afaict, LLVM won't generate C source code tho'.

---
Mats

On 14 May 2015 at 20:44, Aditya Avinash <adityaavinash1 at gmail.com> wrote:

> Hi,
> I am trying to use LLVM to generate C (partly, Intel AVX) code to test
> some abstractions. Apparently, most of the documentation is related to
> generating LLVM-IR. Are there any tools to do this? (I have generated AST
> from these abstractions. I want to generate C code from it).
> Thank you! :)
>
> PS: If this is a wrong mailinglist, help me with the right one.
>
> --
> Regards,
>
> *Aditya Atluri,*
>
> *USA.*
>
>
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150514/64b65fad/attachment.html>


More information about the llvm-dev mailing list