On Sun, 15 Sep 2013 13:39:23 +0200 Sönke Ludwig <[email protected]> wrote:
> Am 15.09.2013 08:54, schrieb Nick Sabalausky: > > But I could swear I've seen a "LLVM IR -> C" before... > > > > I'm pretty sure that IR -> C just outputs C code that feeds LLVM with > the original IR and not an equivalent of the IR itself. So it's > usually no more useful than directly compiling to machine code for > the target architecture. Unless the desired target architecture isn't supported.
