C code generation from LLVM IR

Hello,

Does anybody know whether the functionality of generating C code from LLVM IR is still available?
As described in the document of getting started with VS, to compile IR to C you can use “llc -march=c hello.bc”. But it no longer works.
Thanks,

Bengu

Found it in 2.6 release note. It is no longer considered as release criteria and no more maintenance on this.

Bengu

Found it in 2.6 release note. It is no longer considered as release criteria and no more maintenance on this.

No more maintenance unless someone steps up to maintain it. If you are
interested in using the C backend, you will need to do some work on it
yourself. I'm sure people here would give you a hand if you tried.

Ciao,

Duncan.