How does the cfrontend generate llvm ir? by adding an llvm ir backend to gcc or modifying the gcc c frontend? -- www.smsglobal.net SMS Global Ltd Short Message Service For Seafarers
On 4/25/06, Rogelio Serrano <rogelio.serrano at gmail.com> wrote:> How does the cfrontend generate llvm ir? by adding an llvm ir backend > to gcc or modifying the gcc c frontend?By modifying the middle end. After GCC has created a GIMPLE representation it is converted to LLVM IL. Rafael