[LLVMdev] Help with understanding LLVM

Eli Friedman eli.friedman at gmail.com
Mon Mar 15 22:57:57 PDT 2010


On Mon, Mar 15, 2010 at 10:05 PM, kalyan ponnala
<ponnala.kalyan at gmail.com> wrote:
> Hi,
>
> I went through the front end part of the clang (a bit atleast) and I went
> through some of the documentation on the llvm.org website and was trying to
> know what happens after the front end is done with the code. Could you tell
> me how does llvm comes into picture as soon as clang part of the interface
> deals with the source code.

See clang/lib/Frontend/CodeGenAction.cpp , if I'm understanding the
question correctly.  There isn't really anything conceptually
interesting beyond what kaleidoscope does, though.

-Eli



More information about the llvm-dev mailing list