From e5079051b968a6a55a10fbccf2511130742901db Mon Sep 17 00:00:00 2001
From: Gordon Henriksen
Your compiler front-end will communicate with LLVM by creating a module in - the LLVM intermediate representation (IR) format. There are 3 major ways to - tackle generating LLVM IR from a front-end:
+ the LLVM intermediate representation (IR) format. Assuming you want to + write your language's compiler in the language itself (rather than C++), + there are 3 major ways to tackle generating LLVM IR from a front-end: