[cfe-dev] Clang frontend with gcc backends

Michael Kruse via cfe-dev cfe-dev at lists.llvm.org
Thu Aug 22 09:16:46 PDT 2019


You could convert LLVM-IR into C using a "C Backend" [1] and use it as
input for gcc.

[1] https://github.com/JuliaComputing/llvm-cbe

Michael

Am Di., 20. Aug. 2019 um 23:29 Uhr schrieb Nicholas Krause via cfe-dev
<cfe-dev at lists.llvm.org>:
>
> Greetings All,
>
> I would be interested in if its possible to use the clang frontend with
> gcc backends. I'm
>
> assuming ot but it would be interesting if it is.
>
>
> Thanks,
>
>
> Nick
>
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at lists.llvm.org
> https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list