Clang frontend with gcc backends

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

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